mdocml: regenerate man db via makewhatis(8) in post-install.
This commit is contained in:
parent
08bdf257ae
commit
4bd9c45e74
2 changed files with 7 additions and 1 deletions
6
srcpkgs/mdocml/INSTALL
Normal file
6
srcpkgs/mdocml/INSTALL
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
case "$ACTION" in
|
||||||
|
post)
|
||||||
|
echo "Regenerating man db..."
|
||||||
|
sbin/makewhatis -a -Tutf8
|
||||||
|
;;
|
||||||
|
esac
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'mdocml'
|
# Template file for 'mdocml'
|
||||||
pkgname=mdocml
|
pkgname=mdocml
|
||||||
version=1.13.2
|
version=1.13.2
|
||||||
revision=1
|
revision=2
|
||||||
build_style=configure
|
build_style=configure
|
||||||
makedepends="sqlite-devel"
|
makedepends="sqlite-devel"
|
||||||
provides="man-0_1"
|
provides="man-0_1"
|
||||||
|
|
Loading…
Reference in a new issue