d5d688f84b
- 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.
7 lines
92 B
Text
7 lines
92 B
Text
case "$ACTION" in
|
|
post)
|
|
if [ -x sbin/ldconfig ]; then
|
|
sbin/ldconfig -X || :
|
|
fi
|
|
;;
|
|
esac
|