void-packages/srcpkgs/rpi-userland/INSTALL
Juan RP 0d85b53dd0 Refact Raspberry Pi firmware and userland packages.
- Packaged rpi-userland which now contains the userland GPU libs
and utilities, and builds on musl.
- rpi-firmware now just contains the boot files, nothing else.
- rpi-firmware-pcfiles has been merged into rpi-userland-devel and
has been removed.
2015-09-07 18:49:26 +02:00

7 lines
92 B
Text

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