void-packages/srcpkgs/man-pages/INSTALL

9 lines
131 B
Text
Raw Normal View History

# Rebuild mandb cache.
case "${ACTION}" in
post)
if [ -x usr/bin/mandb ]; then
2012-12-21 16:31:37 +00:00
usr/bin/mandb -q usr/share/man || :
fi
;;
esac