Another set of changes for X11 related pkgs.

--HG--
extra : convert_revision : 25c37e03bcec3ec8d52cc67fb6f7df9ec2e075c3
This commit is contained in:
Juan RP
2009-02-09 16:02:42 +01:00
parent a38260c568
commit 535d2128e5
16 changed files with 63 additions and 61 deletions

View File

@@ -3,7 +3,7 @@
# and update its list of fonts.
#
if [ -x $XBPS_MASTERDIR/bin/fc-cache ]; then
$XBPS_MASTERDIR/bin/fc-cache -f
if [ -x /usr/bin/fc-cache ]; then
/usr/bin/fc-cache -f
[ "$?" -eq 0 ] && echo "=> Updated fontconfig fonts cache."
fi