# Rebuild mandb cache.
case "${ACTION}" in
post)
	if [ -x usr/bin/mandb ]; then
		usr/bin/mandb -q usr/share/man || :
	fi
	;;
esac