From c42ccad98768c7ec6f766180adb9d3a85e091d9e Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Tue, 3 Jun 2014 13:18:14 +0200 Subject: [PATCH] workstation: Add back the HighContrast cache removal It was lost in the desktop -> workstation conversion. --- fedora-live-workstation.ks | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/fedora-live-workstation.ks b/fedora-live-workstation.ks index 8951d44..00ee9fd 100644 --- a/fedora-live-workstation.ks +++ b/fedora-live-workstation.ks @@ -8,6 +8,10 @@ part / --size 6144 %post + +# This is a huge file and things work ok without it +rm -f /usr/share/icons/HighContrast/icon-theme.cache + cat >> /etc/rc.d/init.d/livesys << EOF