commit c42ccad98768c7ec6f766180adb9d3a85e091d9e Author: Kalev Lember kalevlember@gmail.com Date: Tue Jun 3 13:18:14 2014 +0200
workstation: Add back the HighContrast cache removal
It was lost in the desktop -> workstation conversion.
fedora-live-workstation.ks | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) --- 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