projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
make https honor ExpectedSize as well
[apt.git]
/
debian
/
postrm
diff --git
a/debian/postrm
b/debian/postrm
index d56a2d72d6fdb8b6665eae39d4c376f747f59276..ae1e18d33df28abf150f8d05a3b447f23ea18653 100755
(executable)
--- a/
debian/postrm
+++ b/
debian/postrm
@@
-8,11
+8,12
@@
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
+set -e
+
#DEBHELPER#
case "$1" in
remove)
#DEBHELPER#
case "$1" in
remove)
- ldconfig
;;
purge)
rm -rf /var/cache/apt
;;
purge)
rm -rf /var/cache/apt