glibc32: run ldconfig at post install/remove time.
This commit is contained in:
parent
aaf4e43b41
commit
4f8c08b27e
|
@ -0,0 +1,8 @@
|
||||||
|
#
|
||||||
|
# Update ld.so(8) cache for lib32 shared libraries.
|
||||||
|
#
|
||||||
|
case "${ACTION}" in
|
||||||
|
post)
|
||||||
|
ldconfig -r .
|
||||||
|
;;
|
||||||
|
esac
|
|
@ -0,0 +1,8 @@
|
||||||
|
#
|
||||||
|
# Update ld.so(8) cache for lib32 shared libraries.
|
||||||
|
#
|
||||||
|
case "${ACTION}" in
|
||||||
|
post)
|
||||||
|
ldconfig -r .
|
||||||
|
;;
|
||||||
|
esac
|
Loading…
Reference in New Issue