summaryrefslogtreecommitdiffstats
path: root/ubuntu/precise/applications/tdepowersave/debian/postrm
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2014-02-08 18:30:44 +0100
committerSlávek Banko <slavek.banko@axis.cz>2014-02-08 18:30:44 +0100
commit06cd84e37ec7a430f109f5fcf2394d185ab7fa92 (patch)
treecf5b17224cfb8052b606e02973f290955113d35d /ubuntu/precise/applications/tdepowersave/debian/postrm
parent2e9958e988761c077d2308b110abc946c4f6722d (diff)
downloadtde-packaging-06cd84e37ec7a430f109f5fcf2394d185ab7fa92.tar.gz
tde-packaging-06cd84e37ec7a430f109f5fcf2394d185ab7fa92.zip
Add divert for acpi-support-base policy-funcs in tdepowersave on Debian and Ubuntu
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)
;;