drop forced fontconfig cache generation, should not be needed

Per discussion on #1169979, fontconfig upstream think they have
the bugs licked, so this shouldn't be needed any more. We need
to check the nightly lives after this and see if their caches
are now correct.
This commit is contained in:
Adam Williamson 2015-11-04 12:56:21 -08:00
parent d69335cb69
commit db62fb95bb
1 changed files with 0 additions and 6 deletions

View File

@ -313,12 +313,6 @@ 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
echo 'File created by kickstart. See systemd-update-done.service(8).' \
| tee /etc/.updated >/var/.updated