void-packages/srcpkgs/rpi-firmware/INSTALL
Juan RP d5d688f84b rpi-firmware: regenerate ld.so(8) cache at post-install.
- Regenerate ld.so(8) cache at post-install for /opt/vc/lib.
- Do not replace libGLES/EGL vpkgs, they can co-exist with the mesa ones.
- Use shlib_provides to set our shlibs.
2015-02-07 09:44:10 +01:00

8 lines
92 B
Plaintext

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