4 printf "==> Run 'pkgfile --update' to initialize the database\n"
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"
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