man-pages: rebuild man cache at post install time.
This commit is contained in:
parent
9b8034357b
commit
6f2655efbb
2 changed files with 7 additions and 1 deletions
6
srcpkgs/man-pages/INSTALL
Normal file
6
srcpkgs/man-pages/INSTALL
Normal file
|
@ -0,0 +1,6 @@
|
|||
# Rebuild mandb cache.
|
||||
case "${ACTION}" in
|
||||
post)
|
||||
mandb -q || exit 1
|
||||
;;
|
||||
esac
|
|
@ -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>"
|
||||
|
|
Loading…
Reference in a new issue