mdocml: regenerate man db via makewhatis(8) in post-install.
This commit is contained in:
parent
08bdf257ae
commit
4bd9c45e74
|
@ -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'
|
||||
pkgname=mdocml
|
||||
version=1.13.2
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=configure
|
||||
makedepends="sqlite-devel"
|
||||
provides="man-0_1"
|
||||
|
|
Loading…
Reference in New Issue