re-generate fontconfig cache in %post to work around #1169979

This commit is contained in:
Adam Williamson 2014-12-02 15:03:12 -08:00
parent 9ab44c5d55
commit 59e73c16ee
1 changed files with 6 additions and 0 deletions

View File

@ -299,6 +299,12 @@ rm -f /core*
# convince readahead not to collect
# FIXME: for systemd
# forcibly regenerate fontconfig cache (so long as this live image has
# fontconfig) - see #1169979
if [ -x /usr/bin/fc-cache ] ; then
fc-cache -f
fi
%end