summaryrefslogtreecommitdiffstats
path: root/ubuntu/precise/applications/tdepowersave/debian/postrm
diff options
context:
space:
mode:
Diffstat (limited to 'ubuntu/precise/applications/tdepowersave/debian/postrm')
-rw-r--r--ubuntu/precise/applications/tdepowersave/debian/postrm2
1 files changed, 1 insertions, 1 deletions
diff --git a/ubuntu/precise/applications/tdepowersave/debian/postrm b/ubuntu/precise/applications/tdepowersave/debian/postrm
index c373aa20d..f5560224c 100644
--- a/ubuntu/precise/applications/tdepowersave/debian/postrm
+++ b/ubuntu/precise/applications/tdepowersave/debian/postrm
@@ -11,7 +11,7 @@ fi
case "$1" in
remove)
- dpkg-divert --package $package_name --rename --remove /etc/acpi/powerbtn.sh
+ dpkg-divert --package $package_name --rename --remove /usr/share/acpi-support/policy-funcs
;;
purge)
;;