From: Arch Librarian Date: Mon, 20 Sep 2004 17:00:24 +0000 (+0000) Subject: Call ldconfig when removing. X-Git-Tag: 0.7.24ubuntu1~830 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/e417fca8b8ee8d0dc22e6d65925fefe63774d73c?ds=inline Call ldconfig when removing. Author: doogie Date: 2003-02-02 21:56:53 GMT Call ldconfig when removing. --- 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"