From e417fca8b8ee8d0dc22e6d65925fefe63774d73c Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Mon, 20 Sep 2004 17:00:24 +0000 Subject: Call ldconfig when removing. Author: doogie Date: 2003-02-02 21:56:53 GMT Call ldconfig when removing. --- debian/postrm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'debian') 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" -- cgit v1.2.3