[Fedora-spins] [spin-kickstarts] Move this rm to the right place. ; (

Kevin Fenzi kevin at fedoraproject.org
Sat May 11 17:44:22 UTC 2013


commit 1ab3e20e418f2189e641c5f4d061ce8109ebf8f9
Author: Kevin Fenzi <kevin at scrye.com>
Date:   Sat May 11 11:44:13 2013 -0600

    Move this rm to the right place. ;(

 fedora-livecd-xfce.ks   |    3 +++
 fedora-xfce-packages.ks |    5 -----
 2 files changed, 3 insertions(+), 5 deletions(-)
---
diff --git a/fedora-livecd-xfce.ks b/fedora-livecd-xfce.ks
index 74eec6b..6038599 100644
--- a/fedora-livecd-xfce.ks
+++ b/fedora-livecd-xfce.ks
@@ -16,6 +16,9 @@
 %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-xfce-packages.ks b/fedora-xfce-packages.ks
index 82c6d13..5ba36d5 100644
--- a/fedora-xfce-packages.ks
+++ b/fedora-xfce-packages.ks
@@ -46,9 +46,4 @@ gnome-keyring-pam
 #-system-config-services
 -policycoreutils-gui
 
-# This is a huge file and things work ok without it
-rm -f /usr/share/icons/HighContrast/icon-theme.cache
-
 %end
-
-


More information about the spins mailing list