From db62fb95bbba3d41c0c58b919a680cf1e487bb7f Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 4 Nov 2015 12:56:21 -0800 Subject: [PATCH] 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. --- fedora-live-base.ks | 6 ------ 1 file changed, 6 deletions(-) diff --git a/fedora-live-base.ks b/fedora-live-base.ks index 2a22a6d..fb201d3 100644 --- a/fedora-live-base.ks +++ b/fedora-live-base.ks @@ -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