From fe6fc143b0cc1560fa380f5e965f2af670105488 Mon Sep 17 00:00:00 2001 From: jakub Date: Tue, 12 Oct 1999 08:53:26 +0000 Subject: Make users of one well known crappy OS happy, GTK.py is gone in instimage (patched into gtk.py). --- upd-instroot | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'upd-instroot') diff --git a/upd-instroot b/upd-instroot index 5ae800236..b43ba8585 100755 --- a/upd-instroot +++ b/upd-instroot @@ -297,6 +297,12 @@ patch -p0 < gtk.py.tmp +mv -f gtk.py.tmp gtk.py +rm -f GTK.py GTK.pyc + pythondeps $DEST for p in $DEST $DESTGR; do -- cgit