Be quiet in apt.post{inst,rm}.
[ntk/apt.git] / debian / postrm
index f93eb76..d56a2d7 100755 (executable)
@@ -15,11 +15,7 @@ case "$1" in
                ldconfig
                ;;
        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