diff options
author | Mike Fulbright <msf@redhat.com> | 2003-03-13 21:50:28 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2003-03-13 21:50:28 +0000 |
commit | 86241f2cfc654e7c5ef5841868ab88d9e2d70727 (patch) | |
tree | 61ec150bd4857e375dfb5d7ce6267ab222cee1a6 /scripts/upd-instroot | |
parent | 76031a4cadecd7af50b47afe28e1ba65d9b2c980 (diff) | |
download | anaconda-86241f2cfc654e7c5ef5841868ab88d9e2d70727.tar.gz anaconda-86241f2cfc654e7c5ef5841868ab88d9e2d70727.tar.xz anaconda-86241f2cfc654e7c5ef5841868ab88d9e2d70727.zip |
put bluecurve icon theme back, bug #81782
Diffstat (limited to 'scripts/upd-instroot')
-rwxr-xr-x | scripts/upd-instroot | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/scripts/upd-instroot b/scripts/upd-instroot index 92d2330ad..1efbb8635 100755 --- a/scripts/upd-instroot +++ b/scripts/upd-instroot @@ -845,13 +845,6 @@ 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 - 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" if [ -n "$NEEDGR" ]; then if [ -x /usr/bin/runroot -a -n "$COMPONENT" ]; then |