/[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.6 by gordonr, Fri Oct 7 20:55:54 2005 UTC Revision 1.7 by gordonr, Sun Oct 9 10:46:32 2005 UTC
# Line 1089  def doPostInstall(method, id, intf, inst Line 1089  def doPostInstall(method, id, intf, inst
1089      if flags.test:      if flags.test:
1090          return          return
1091    
     w = intf.progressWindow(_("Post Install"),  
                             _("Performing post install configuration..."), 6)  
   
1092      upgrade = id.upgrade.get()      upgrade = id.upgrade.get()
1093      arch = iutil.getArch ()      arch = iutil.getArch ()
1094    
1095      if upgrade:      if upgrade:
1096            w = intf.progressWindow(_("Post Upgrade"),
1097                                   _("Performing post upgrade configuration..."), 6)
1098          logname = '/root/upgrade.log'          logname = '/root/upgrade.log'
1099      else:      else:
1100            w = intf.progressWindow(_("Post Install"),
1101                                   _("Performing post install configuration..."), 6)
1102          logname = '/root/install.log'          logname = '/root/install.log'
1103    
1104      instLogName = instPath + logname      instLogName = instPath + logname


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