repo.or.cz
/
arch-packages.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
archrelease: copy trunk to extra-x86_64
[arch-packages.git]
/
man-db
/
trunk
/
man-db.install
blob
8db2147a8921f4fa086da7328e414b9c421c3d6f
1
post_upgrade() {
2
# force database rebuild as recommended per upstream
3
if [ "`vercmp $2 2.7.0`" -lt 0 ]; then
4
echo "(re)building database..."
5
mandb -c --quiet
6
fi
7
}
8
9
post_remove() {
10
rm -rf /var/cache/man
11
}