diff options
author | Jeremy Katz <katzj@redhat.com> | 2002-06-10 21:10:40 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2002-06-10 21:10:40 +0000 |
commit | 8c5ee8c03c7c7c29a64ec86ad50e88da4e407f04 (patch) | |
tree | 035e078156667da87478568ff1cbca4921d54e2a /scripts | |
parent | 27d0a7dc129a2d24f0fd6e629d140869a17e683e (diff) | |
download | anaconda-8c5ee8c03c7c7c29a64ec86ad50e88da4e407f04.tar.gz anaconda-8c5ee8c03c7c7c29a64ec86ad50e88da4e407f04.tar.xz anaconda-8c5ee8c03c7c7c29a64ec86ad50e88da4e407f04.zip |
add wonderland so we get the default Red Hat Linux theme in anaconda also
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/upd-instroot | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/scripts/upd-instroot b/scripts/upd-instroot index bc26cdbad..c01dab958 100755 --- a/scripts/upd-instroot +++ b/scripts/upd-instroot @@ -132,7 +132,7 @@ PACKAGESGR="anaconda XFree86-libs imlib libpng libtiff libjpeg libgnomecanvas libart_lgpl libzvt gnome-python2-zvt anaconda-images anaconda-help hdparm XFree86-base-fonts ttfonts-ko taipeifonts XFree86-ISO8859-15-75dpi-fonts rhpl - redhat-config-keyboard Xft fontconfig expat" + redhat-config-keyboard Xft fontconfig expat redhat-artwork" if [ -z "$NEEDGR" ]; then PACKAGESGR="bash" @@ -278,7 +278,6 @@ usr/lib/anaconda/textw/* usr/lib/booty/* usr/lib/gconv/ISO8859-1.so usr/lib/gconv/gconv-modules -usr/lib/gtk/themes/engines/libraleigh.so usr/lib/libssl* usr/lib/libcrypto* usr/lib/libbz2* @@ -551,6 +550,7 @@ usr/lib/gconv/* usr/lib/gdk-pixbuf/loaders/*png* usr/lib/gdk-pixbuf/loaders/*la* usr/lib/gdkimlib* +usr/lib/gtk-2.0/*/engines/libwonderland.so usr/lib/gtk-2.0/*/loaders/*png* usr/lib/gtk-2.0/*/loaders/*la* usr/lib/gtk-2.0/immodules/ @@ -623,6 +623,7 @@ usr/share/redhat-config-keyboard/* usr/share/terminfo/l/linux usr/share/terminfo/x/xterm usr/share/terminfo/k/kon +usr/share/themes/Wonderland/gtk-2.0 usr/share/zoneinfo/zone.tab EOF |