* fix FTBFS due to incorrect intltool build-depends
[ntk/apt.git] / debian / postrm
index bc6fa28..8b921dd 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