From fe8f82e5149bba8d0166bbbd06a33733d639ad68 Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Mon, 20 Sep 2004 17:01:15 +0000 Subject: Be quiet in apt.post{inst,rm}. Author: doogie Date: 2003-04-27 01:43:29 GMT Be quiet in apt.post{inst,rm}. --- debian/postrm | 4 ---- 1 file changed, 4 deletions(-) (limited to 'debian/postrm') diff --git a/debian/postrm b/debian/postrm index f93eb762a..d56a2d72d 100755 --- a/debian/postrm +++ b/debian/postrm @@ -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 -- cgit v1.2.3