OCaml 4.14.0 rebuild
[arch-packages.git] / pkgfile / repos / extra-x86_64 / pkgfile.install
blob52a1596ad07fcfacb2771e4cd99386e9b2009c33
1 #!/bin/sh
3 post_install() {
4 printf "==> Run 'pkgfile --update' to initialize the database\n"
7 post_remove() {
8 # the cache dir might not be removed, notify the user
9 if [ -d var/cache/pkgfile ]; then
10 printf "==> /var/cache/pkgfile has not been removed\n"
14 post_upgrade() {
15 if [ "$(vercmp 19-1 "$2")" -eq 1 ]; then
16 printf "==> Changing permissions on /var/cache/pkgfile from 775 to 755\n"
17 chmod 755 /var/cache/pkgfile