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
upgpkg: ocaml-topkg 1.0.5-2
[arch-packages.git]
/
mlocate
/
trunk
/
mlocate.install
blob
5d2e798c629caf7750d55ea1e70a3e90054c6588
1
post_upgrade() {
2
if (( $(vercmp $2 0.26.git.20170220-5) < 0 )); then
3
# fix group and permissions of /var/lib/mlocate
4
chgrp 21 var/lib/mlocate
5
chmod 750 var/lib/mlocate
6
fi
7
}