summaryrefslogtreecommitdiffstats
path: root/ubuntu/lucid_automake/kdeutils/debian/klaptopdaemon-kde3.prerm
diff options
context:
space:
mode:
Diffstat (limited to 'ubuntu/lucid_automake/kdeutils/debian/klaptopdaemon-kde3.prerm')
-rw-r--r--ubuntu/lucid_automake/kdeutils/debian/klaptopdaemon-kde3.prerm30
1 files changed, 0 insertions, 30 deletions
diff --git a/ubuntu/lucid_automake/kdeutils/debian/klaptopdaemon-kde3.prerm b/ubuntu/lucid_automake/kdeutils/debian/klaptopdaemon-kde3.prerm
deleted file mode 100644
index abfba3ccb..000000000
--- a/ubuntu/lucid_automake/kdeutils/debian/klaptopdaemon-kde3.prerm
+++ /dev/null
@@ -1,30 +0,0 @@
-#! /bin/sh
-
-set -e
-
-case "$1" in
-
- remove)
- /usr/sbin/dpkg-statoverride --quiet --remove /usr/kde3/bin/klaptop_acpi_helper > /dev/null 2>&1 || true
- if [ -e /usr/kde3/bin/klaptop_acpi_helper ]; then
- chown root:root /usr/kde3/bin/klaptop_acpi_helper
- chmod 0755 /usr/kde3/bin/klaptop_acpi_helper
- fi
- ;;
-
- upgrade|deconfigure)
- ;;
-
- failed-upgrade)
- ;;
-
- *)
- echo "prerm called with unknown argument \`$1'" >&2
- exit 1
- ;;
-
-esac
-
-#DEBHELPER#
-
-exit 0