commit d93442cfdbc2bb23318f1aadd12f4224e86049f8 Author: Matthias Clasen mclasen@redhat.com Date: Mon May 6 21:44:59 2013 -0400
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 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