This website requires JavaScript.
Explore
Help
Sign in
jcgruenhage
/
void-packages
Watch
1
Star
0
Fork
You've already forked void-packages
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
8e46e929d1
void-packages
/
srcpkgs
/
mdocml
/
INSTALL
7 lines
94 B
Text
Raw
Normal View
History
Unescape
Escape
mdocml: regenerate man db via makewhatis(8) in post-install.
2014-12-14 19:27:18 +00:00
case "$ACTION" in
post)
echo "Regenerating man db..."
mdocml: INSTALL: fix path to makewhatis.
2015-06-02 06:15:57 +00:00
usr/bin/makewhatis -a -Tutf8
mdocml: regenerate man db via makewhatis(8) in post-install.
2014-12-14 19:27:18 +00:00
;;
esac
Reference in a new issue
Copy permalink