Explorar el Código

Call ldconfig when removing.
Author: doogie
Date: 2003-02-02 21:56:53 GMT
Call ldconfig when removing.

Arch Librarian hace 22 años
padre
commit
e417fca8b8
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      debian/postrm

+ 3 - 0
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"