vp-build/srcpkgs/rpi-userland/INSTALL

8 lines
92 B
Plaintext

case "$ACTION" in
post)
if [ -x sbin/ldconfig ]; then
sbin/ldconfig -X || :
fi
;;
esac