glibc32: run ldconfig at post install/remove time.
This commit is contained in:
8
srcpkgs/glibc32/INSTALL
Normal file
8
srcpkgs/glibc32/INSTALL
Normal file
@@ -0,0 +1,8 @@
|
||||
#
|
||||
# Update ld.so(8) cache for lib32 shared libraries.
|
||||
#
|
||||
case "${ACTION}" in
|
||||
post)
|
||||
ldconfig -r .
|
||||
;;
|
||||
esac
|
||||
8
srcpkgs/glibc32/REMOVE
Normal file
8
srcpkgs/glibc32/REMOVE
Normal file
@@ -0,0 +1,8 @@
|
||||
#
|
||||
# Update ld.so(8) cache for lib32 shared libraries.
|
||||
#
|
||||
case "${ACTION}" in
|
||||
post)
|
||||
ldconfig -r .
|
||||
;;
|
||||
esac
|
||||
Reference in New Issue
Block a user