This repository has been archived on 2024-11-03. You can view files and clone it, but cannot push or open issues or pull requests.
evolution-packages/srcpkgs/mdocml/INSTALL

7 lines
91 B
Plaintext

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