summaryrefslogtreecommitdiffstats
path: root/scripts/upd-instroot
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2003-01-13 22:40:58 +0000
committerMike Fulbright <msf@redhat.com>2003-01-13 22:40:58 +0000
commit81e810fff520b0177cd62a709cd9f7886a587380 (patch)
treea4f64415ce37a676b33c8cc46d0393c2471f7b98 /scripts/upd-instroot
parent87aaea8d4e39d26bf33ba2640b999e9cbc959057 (diff)
downloadanaconda-81e810fff520b0177cd62a709cd9f7886a587380.tar.gz
anaconda-81e810fff520b0177cd62a709cd9f7886a587380.tar.xz
anaconda-81e810fff520b0177cd62a709cd9f7886a587380.zip
fix fact that some unnamed people screwed up Bluecurve theme at last minute
Diffstat (limited to 'scripts/upd-instroot')
-rwxr-xr-xscripts/upd-instroot5
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/upd-instroot b/scripts/upd-instroot
index 265c794d7..542993346 100755
--- a/scripts/upd-instroot
+++ b/scripts/upd-instroot
@@ -839,6 +839,11 @@ if [ -n "$NEEDGR" ]; then
rm -f $DESTGR/usr/bin/pango-querymodules
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
+fi
+
echo "Getting gtk2 input method modules"
if [ -n "$NEEDGR" ]; then
if [ -x /usr/bin/runroot -a -n "$COMPONENT" ]; then