man-pages: rebuild man cache at post install time.

This commit is contained in:
Juan RP 2012-09-01 09:37:31 +02:00
parent 9b8034357b
commit 6f2655efbb
2 changed files with 7 additions and 1 deletions

View file

@ -0,0 +1,6 @@
# Rebuild mandb cache.
case "${ACTION}" in
post)
mandb -q || exit 1
;;
esac

View file

@ -1,7 +1,7 @@
# Template file for 'man-pages'
pkgname=man-pages
version=3.42
revision=1
revision=2
noarch=yes
short_desc="Linux Documentation Project manual pages"
maintainer="Juan RP <xtraeme@gmail.com>"