mdocml: regenerate man db via makewhatis(8) in post-install.

This commit is contained in:
Juan RP 2014-12-14 20:27:18 +01:00
parent 08bdf257ae
commit 4bd9c45e74
2 changed files with 7 additions and 1 deletions

6
srcpkgs/mdocml/INSTALL Normal file
View file

@ -0,0 +1,6 @@
case "$ACTION" in
post)
echo "Regenerating man db..."
sbin/makewhatis -a -Tutf8
;;
esac

View file

@ -1,7 +1,7 @@
# Template file for 'mdocml'
pkgname=mdocml
version=1.13.2
revision=1
revision=2
build_style=configure
makedepends="sqlite-devel"
provides="man-0_1"