--- cdrom.image/updates/packages.py 2005/09/17 02:02:55 1.3 +++ cdrom.image/updates/packages.py 2005/10/09 10:46:32 1.7 @@ -1093,15 +1093,12 @@ def doPostInstall(method, id, intf, inst arch = iutil.getArch () if upgrade: - w = intf.progressWindow(_("Post Install"), - _("Performing post install configuration..."), 6) - else: - w = intf.progressWindow(_("Post Upgrade"), - _("Performing post upgrade configuration..."), 6) - - if upgrade: + w = intf.progressWindow(_("Post Upgrade"), + _("Performing post upgrade configuration..."), 6) logname = '/root/upgrade.log' else: + w = intf.progressWindow(_("Post Install"), + _("Performing post install configuration..."), 6) logname = '/root/install.log' instLogName = instPath + logname