upgpkg: ocaml-topkg 1.0.5-2
[arch-packages.git] / mlocate / trunk / mlocate.install
blob5d2e798c629caf7750d55ea1e70a3e90054c6588
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