# XXX
case "${ACTION}" in
post)
	if [ -e usr/lib32 ]; then
		ldconfig usr/lib32
	fi
	;;
esac
