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