summaryrefslogtreecommitdiffstats
path: root/packages.py
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>2002-01-25 20:37:17 +0000
committerErik Troan <ewt@redhat.com>2002-01-25 20:37:17 +0000
commit41c96a94e654a81b852db1a732daa48421ffa499 (patch)
tree1e7138db20b255329c985f2642bd73d0cc3d728b /packages.py
parentdc1e08d6a960a2376b593b7746d453c049942555 (diff)
downloadanaconda-41c96a94e654a81b852db1a732daa48421ffa499.tar.gz
anaconda-41c96a94e654a81b852db1a732daa48421ffa499.tar.xz
anaconda-41c96a94e654a81b852db1a732daa48421ffa499.zip
/tmp/cleanup wasn't used in 7.2 anyway...
Diffstat (limited to 'packages.py')
-rw-r--r--packages.py9
1 files changed, 1 insertions, 8 deletions
diff --git a/packages.py b/packages.py
index 0c527f2bf..920733ac2 100644
--- a/packages.py
+++ b/packages.py
@@ -676,7 +676,7 @@ def doPostInstall(method, id, intf, instPath):
return
w = intf.progressWindow(_("Post Install"),
- _("Performing post install configuration..."), 7)
+ _("Performing post install configuration..."), 5)
upgrade = id.upgrade.get()
arch = iutil.getArch ()
@@ -789,13 +789,6 @@ def doPostInstall(method, id, intf, instPath):
w.set(5)
- if flags.setupFilesystems:
- f = open("/tmp/cleanup", "w")
- method.writeCleanupPath(f)
- f.close()
-
- w.set(6)
-
finally:
pass