man-pages: at post-inst don't error mandb fails.
This commit is contained in:
parent
0370394d47
commit
4b89f509ad
|
@ -2,7 +2,7 @@
|
|||
case "${ACTION}" in
|
||||
post)
|
||||
if [ -x usr/bin/mandb ]; then
|
||||
usr/bin/mandb -q || exit 1
|
||||
usr/bin/mandb -q || :
|
||||
fi
|
||||
;;
|
||||
esac
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'man-pages'
|
||||
pkgname=man-pages
|
||||
version=3.44
|
||||
revision=1
|
||||
revision=2
|
||||
noarch=yes
|
||||
short_desc="Linux Documentation Project manual pages"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
|
Loading…
Reference in New Issue