void-packages/srcpkgs/man-pages/INSTALL

7 lines
78 B
Plaintext

# Rebuild mandb cache.
case "${ACTION}" in
post)
mandb -q || exit 1
;;
esac