summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2001-12-13 17:03:33 +0000
committerJeremy Katz <katzj@redhat.com>2001-12-13 17:03:33 +0000
commitde2e7cb3ab5a4383f6ac0064e096ea53ae94165f (patch)
tree985fb7493ac09e89124ae2d86336108b8a4c61dd /scripts
parent21e790443fd6d574a0ad2b19de45f8bc3ab5e87e (diff)
downloadanaconda-de2e7cb3ab5a4383f6ac0064e096ea53ae94165f.tar.gz
anaconda-de2e7cb3ab5a4383f6ac0064e096ea53ae94165f.tar.xz
anaconda-de2e7cb3ab5a4383f6ac0064e096ea53ae94165f.zip
remove ugly hack since the init is nicer now
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/upd-instroot11
1 files changed, 0 insertions, 11 deletions
diff --git a/scripts/upd-instroot b/scripts/upd-instroot
index 42817b5be..360b68098 100755
--- a/scripts/upd-instroot
+++ b/scripts/upd-instroot
@@ -696,17 +696,6 @@ patch -p0 > /dev/null <<EOF
EOF
cd -
-# XXX this removes our dependency on bonobo and other crap like that :)
-echo "Patching gnome-python __init__.py"
-if [ -n "$NEEDGR" ]; then
- cd $DESTGR/usr/lib/python2.2/site-packages/gnome
- mv __init__.py oldinit.py
- rm -f __init__.py*
- grep -v _gnome oldinit.py > __init__.py
- rm -f oldinit.py
-fi
-cd -
-
echo -n -e "Removing unused python files in hdimage... "
if [ -x /usr/bin/runroot -a -n "$COMPONENT" ]; then