summaryrefslogtreecommitdiff
path: root/debian/postrm
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 17:00:24 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 17:00:24 +0000
commite417fca8b8ee8d0dc22e6d65925fefe63774d73c (patch)
tree70afc1383a633be2c7e1c0ed9926a85cbb091d77 /debian/postrm
parentb8a0f3fd9961b06d0c85c04ff815f22db818571e (diff)
Call ldconfig when removing.
Author: doogie Date: 2003-02-02 21:56:53 GMT Call ldconfig when removing.
Diffstat (limited to 'debian/postrm')
-rwxr-xr-xdebian/postrm3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/postrm b/debian/postrm
index bc6fa2890..f93eb762a 100755
--- a/debian/postrm
+++ b/debian/postrm
@@ -11,6 +11,9 @@
#DEBHELPER#
case "$1" in
+ remove)
+ ldconfig
+ ;;
purge)
echo -n "Removing APT cache and state files... "
echo -n "/var/cache/apt"