#
# Update ld.so(8) cache for lib32 shared libraries.
#
case "${ACTION}" in
post)
	ldconfig -r .
	;;
esac