summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2003-01-14 03:53:16 +0000
committerMike Fulbright <msf@redhat.com>2003-01-14 03:53:16 +0000
commit836d05ea0be3a78fd4eb5936d4f255381b2b471b (patch)
tree78209e4fa1aae0f7fc99b3cfc838bee444043650 /scripts
parent8e2b7654061fd70a1bbbdbc17b4599d51d93419f (diff)
should have worked but this is cleared I guess
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/upd-instroot4
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/upd-instroot b/scripts/upd-instroot
index cdbccca19..e0817627e 100755
--- a/scripts/upd-instroot
+++ b/scripts/upd-instroot
@@ -841,7 +841,9 @@ fi
echo "Munging gtkrc to not use Bluecurve icon theme"
if [ -n "$NEEDGR" ]; then
- cat $DESTGR/usr/share/themes/Bluecurve/gtk-2.0/gtkrc | grep -v "iconrc" > $DESTGR/usr/share/themes/Bluecurve/gtk-2.0/gtkrc
+ mv $DESTGR/usr/share/themes/Bluecurve/gtk-2.0/gtkrc $DESTGR/usr/share/themes/Bluecurve/gtk-2.0/gtkrc-old
+ cat $DESTGR/usr/share/themes/Bluecurve/gtk-2.0/gtkrc-old | grep -v "iconrc" > $DESTGR/usr/share/themes/Bluecurve/gtk-2.0/gtkrc
+ rm -f $DESTGR/usr/share/themes/Bluecurve/gtk-2.0/gtkrc-old
fi
echo "Getting gtk2 input method modules"