projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
* apt-pkg/depcache.cc:
[apt.git]
/
debian
/
postrm
diff --git
a/debian/postrm
b/debian/postrm
index bc6fa28905ebfbabca342d281ed8aa7caf8484ac..8b921dda15f8928983eacaec1811fac520d861de 100755
(executable)
--- a/
debian/postrm
+++ b/
debian/postrm
@@
-11,12
+11,10
@@
#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