void-packages/srcpkgs/mdocml/INSTALL

7 lines
91 B
Plaintext

case "$ACTION" in
post)
echo "Regenerating man db..."
sbin/makewhatis -a -Tutf8
;;
esac