Rename helper-templates to just helpers.
--HG-- extra : convert_revision : cbaa30da99805accbe250d8dee5494c78cb93291
This commit is contained in:
9
helpers/fontconfig-update.sh
Normal file
9
helpers/fontconfig-update.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
#
|
||||
# This helpers runs fc-cache after fontconfig has been installed,
|
||||
# and update its list of fonts.
|
||||
#
|
||||
|
||||
if [ -x $XBPS_MASTERDIR/bin/fc-cache ]; then
|
||||
$XBPS_MASTERDIR/bin/fc-cache -f
|
||||
[ "$?" -eq 0 ] && echo "=> Updated fontconfig fonts cache."
|
||||
fi
|
||||
Reference in New Issue
Block a user