commit 3b3343d28d96823271c107844fa311c82037c641
Author: Kalev Lember <klember(a)redhat.com>
Date: Fri Nov 6 09:21:48 2015 +0100
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.
fedora-live-mate_compiz.ks | 3 ---
fedora-live-security.ks | 3 ---
fedora-live-workstation.ks | 3 ---
fedora-live-xfce.ks | 3 ---
4 files changed, 0 insertions(+), 12 deletions(-)
---
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 <<EOF
diff --git a/fedora-live-workstation.ks b/fedora-live-workstation.ks
index 376ee72..f5c5b2d 100644
--- a/fedora-live-workstation.ks
+++ b/fedora-live-workstation.ks
@@ -10,9 +10,6 @@ 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
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 <<EOF