]> git.saurik.com Git - apt.git/blobdiff - debian/postrm
* debian/control:
[apt.git] / debian / postrm
index bc6fa28905ebfbabca342d281ed8aa7caf8484ac..8b921dda15f8928983eacaec1811fac520d861de 100755 (executable)
 #DEBHELPER#
 
 case "$1" in
+       remove)
+               ;;
        purge)
-               echo -n "Removing APT cache and state files... "
-               echo -n "/var/cache/apt"
                rm -rf /var/cache/apt
-               echo -n ", /var/lib/apt"
                rm -rf /var/lib/apt
-               echo ". Done."
 esac