This website requires JavaScript.
Explore
Help
Register
Sign In
snailed
/
void-packages
Watch
2
Star
0
Fork
You've already forked void-packages
0
Code
Issues
1
Pull Requests
2
Actions
Activity
244450ba2d
void-packages
/
srcpkgs
/
mdocml
/
INSTALL
7 lines
94 B
Plaintext
Raw
Normal View
History
Unescape
Escape
mdocml: regenerate man db via makewhatis(8) in post-install.
2014-12-14 20:27:18 +01:00
case "$ACTION" in
post)
echo "Regenerating man db..."
mdocml: INSTALL: fix path to makewhatis.
2015-06-02 08:15:57 +02:00
usr/bin/makewhatis -a -Tutf8
mdocml: regenerate man db via makewhatis(8) in post-install.
2014-12-14 20:27:18 +01:00
;;
esac