summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2013-05-06 21:44:59 -0400
committerKalev Lember <kalevlember@gmail.com>2013-05-10 22:34:55 +0200
commitd93442cfdbc2bb23318f1aadd12f4224e86049f8 (patch)
treebdb90aad35e850a3a22a0ab7b07b9d87ff95c4fa
parentda1b84b58073f08b8d7c920f4bf8d23a5306e24b (diff)
downloadspin-kickstarts-d93442cfdbc2bb23318f1aadd12f4224e86049f8.tar.gz
spin-kickstarts-d93442cfdbc2bb23318f1aadd12f4224e86049f8.tar.xz
spin-kickstarts-d93442cfdbc2bb23318f1aadd12f4224e86049f8.zip
Drop the HighContrast icon theme cache from the desktop live cd
This is a huge file, and things work ok without it. Suggested by Kalev Lember
-rw-r--r--fedora-livecd-desktop.ks4
1 files changed, 4 insertions, 0 deletions
diff --git a/fedora-livecd-desktop.ks b/fedora-livecd-desktop.ks
index 52c6155..fad7ae6 100644
--- a/fedora-livecd-desktop.ks
+++ b/fedora-livecd-desktop.ks
@@ -70,4 +70,8 @@
%end
%post
+
+# This is a huge file and things work ok without it
+rm -f /usr/share/icons/HighContrast/icon-theme.cache
+
%end