Added remaining font-bitstream-* templates.
[pkgfs.git] / helper-templates / fontconfig-update.sh
blobaa31d42a59f24f0bc0ec0a4de9d38ee17571139b
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."
9 fi