diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 17:01:15 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 17:01:15 +0000 |
commit | fe8f82e5149bba8d0166bbbd06a33733d639ad68 (patch) | |
tree | 8468486cb2ea537326c322c720d5794f55b42897 /debian/postrm | |
parent | ac625538fe9700005cda8af26fb0589917d692b4 (diff) |
Be quiet in apt.post{inst,rm}.
Author: doogie
Date: 2003-04-27 01:43:29 GMT
Be quiet in apt.post{inst,rm}.
Diffstat (limited to 'debian/postrm')
-rwxr-xr-x | debian/postrm | 4 |
1 files changed, 0 insertions, 4 deletions
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 |