/[smeserver]/cdrom.image/updates/packages.py
ViewVC logotype

Diff of /cdrom.image/updates/packages.py

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.3 by growell, Sat Sep 17 02:02:55 2005 UTC Revision 1.4 by growell, Sat Sep 17 02:11:48 2005 UTC
# Line 1093  def doPostInstall(method, id, intf, inst Line 1093  def doPostInstall(method, id, intf, inst
1093      arch = iutil.getArch ()      arch = iutil.getArch ()
1094    
1095      if upgrade:      if upgrade:
         w = intf.progressWindow(_("Post Install"),  
                             _("Performing post install configuration..."), 6)  
     else:  
1096          w = intf.progressWindow(_("Post Upgrade"),          w = intf.progressWindow(_("Post Upgrade"),
1097                              _("Performing post upgrade configuration..."), 6)                              _("Performing post upgrade configuration..."), 6)
1098        else:
1099            w = intf.progressWindow(_("Post Install"),
1100                                _("Performing post install configuration..."), 6)
1101    
1102      if upgrade:      if upgrade:
1103          logname = '/root/upgrade.log'          logname = '/root/upgrade.log'


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed