[Debian-eeepc-commits] [SCM] Maintenance of eeepc-acpi-scripts debian package branch, master, updated. 25491d9a745863aac6edb4a490ba8ff918edf5ae

Damyan Ivanov dmn at debian.org
Thu Apr 2 12:11:14 UTC 2009


The following commit has been merged in the master branch:
commit 25491d9a745863aac6edb4a490ba8ff918edf5ae
Author: Damyan Ivanov <dmn at debian.org>
Date:   Thu Apr 2 14:54:20 2009 +0300

    postrm: reunite purge with the rest of the cases
    
    purge were special before because it removed the sound detection cache
    this was gone with 598a8b1b0ba3e93cb72b2abcfa3298e2b7dd4ce5 so no
    need for purge to be split

diff --git a/debian/postrm b/debian/postrm
index 32d01eb..0f647a9 100644
--- a/debian/postrm
+++ b/debian/postrm
@@ -5,10 +5,7 @@ PKG=eeepc-acpi-scripts
 set -e
 
 case "$1" in
-    purge)
-        invoke-rc.d acpid restart>/dev/null
-    ;;
-    remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
+    purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
         invoke-rc.d acpid restart>/dev/null
     ;;
 

-- 
Maintenance of eeepc-acpi-scripts debian package



More information about the Debian-eeepc-commits mailing list