diff --git a/srcpkgs/man-pages/INSTALL b/srcpkgs/man-pages/INSTALL new file mode 100644 index 0000000000..3336255a1f --- /dev/null +++ b/srcpkgs/man-pages/INSTALL @@ -0,0 +1,6 @@ +# Rebuild mandb cache. +case "${ACTION}" in +post) + mandb -q || exit 1 + ;; +esac diff --git a/srcpkgs/man-pages/template b/srcpkgs/man-pages/template index 9126740547..82c9854d24 100644 --- a/srcpkgs/man-pages/template +++ b/srcpkgs/man-pages/template @@ -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 "