Rename helper-templates to just helpers.

--HG--
extra : convert_revision : cbaa30da99805accbe250d8dee5494c78cb93291
This commit is contained in:
Juan RP
2008-10-30 23:34:05 +01:00
parent 25a6af5a07
commit 5bb36505b1
15 changed files with 9 additions and 9 deletions

View 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