post-install 202 B

123456789
  1. # This will be performed on the local filesystem
  2. if test "$rootdir" = "" || test "$rootdir" = /
  3. then
  4. echo "Rebuilding fontconfig cache: fc-cache -f --system-only"
  5. fc-cache -f --system-only
  6. fi