From d93442cfdbc2bb23318f1aadd12f4224e86049f8 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 6 May 2013 21:44:59 -0400 Subject: 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 --- fedora-livecd-desktop.ks | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit