Another set of changes for X11 related pkgs.
--HG-- extra : convert_revision : 25c37e03bcec3ec8d52cc67fb6f7df9ec2e075c3
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user