]> git.saurik.com Git - apt.git/commitdiff
Call ldconfig when removing.
authorArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 17:00:24 +0000 (17:00 +0000)
committerArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 17:00:24 +0000 (17:00 +0000)
Author: doogie
Date: 2003-02-02 21:56:53 GMT
Call ldconfig when removing.

debian/postrm

index bc6fa28905ebfbabca342d281ed8aa7caf8484ac..f93eb762ab1f0a96b95b34ac26fb61f52cf67286 100755 (executable)
@@ -11,6 +11,9 @@
 #DEBHELPER#
 
 case "$1" in
+       remove)
+               ldconfig
+               ;;
        purge)
                echo -n "Removing APT cache and state files... "
                echo -n "/var/cache/apt"