From 3b3343d28d96823271c107844fa311c82037c641 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Nov 06 2015 08:21:48 +0000 Subject: Drop HighContrast icon cache removal from %post scripts It was added to save space, but since then it's considerably dropped in size and just 50 KB now. --- diff --git a/fedora-live-mate_compiz.ks b/fedora-live-mate_compiz.ks index a023c09..664ef9e 100644 --- a/fedora-live-mate_compiz.ks +++ b/fedora-live-mate_compiz.ks @@ -79,7 +79,4 @@ chown -R liveuser:liveuser /home/liveuser/ restorecon -R /home/liveuser/ EOF -# This is a huge file and things work ok without it -rm -f /usr/share/icons/HighContrast/icon-theme.cache - %end diff --git a/fedora-live-security.ks b/fedora-live-security.ks index 279b837..87f682b 100644 --- a/fedora-live-security.ks +++ b/fedora-live-security.ks @@ -94,9 +94,6 @@ gnome-keyring-pam %post # xfce configuration -# This is a huge file and things work ok without it -rm -f /usr/share/icons/HighContrast/icon-theme.cache - # create /etc/sysconfig/desktop (needed for installation) cat > /etc/sysconfig/desktop <> /etc/rc.d/init.d/livesys << EOF diff --git a/fedora-live-xfce.ks b/fedora-live-xfce.ks index b2302ea..e50aeae 100644 --- a/fedora-live-xfce.ks +++ b/fedora-live-xfce.ks @@ -16,9 +16,6 @@ %post # xfce configuration -# This is a huge file and things work ok without it -rm -f /usr/share/icons/HighContrast/icon-theme.cache - # create /etc/sysconfig/desktop (needed for installation) cat > /etc/sysconfig/desktop <