ソースを参照

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

Arch Librarian 22 年 前
コミット
e417fca8b8
共有1 個のファイルを変更した3 個の追加0 個の削除を含む
  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"