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