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