case "${ACTION}" in
post)
	echo -n "Updating dynamic linker shared cache... "
	ldconfig && echo "ok." || echo "FAILED!"
	;;
esac