projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Update build-depends on gettext to 0.12
[apt.git]
/
debian
/
postrm
diff --git
a/debian/postrm
b/debian/postrm
index f93eb762ab1f0a96b95b34ac26fb61f52cf67286..8b921dda15f8928983eacaec1811fac520d861de 100755
(executable)
--- a/
debian/postrm
+++ b/
debian/postrm
@@
-12,14
+12,9
@@
case "$1" in
remove)
- 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