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