2 # This helpers runs fc-cache after fontconfig has been installed,
3 # and update its list of fonts.
6 if [ -x $PKGFS_MASTERDIR/bin
/fc-cache
]; then
7 $PKGFS_MASTERDIR/bin
/fc-cache
-f
8 [ "$?" -eq 0 ] && echo "=> Updated fontconfig fonts cache."