Ticket #378: postinst.patch

File postinst.patch, 545 bytes (added by desai, 16 years ago)
  • src/lib/Client/Tools/Action.py

     
    3030        '''Actions always verify true''' 
    3131        return True 
    3232 
     33    def VerifyPostInstall(self, dummy, _): 
     34        '''Actions always verify true''' 
     35        return True 
     36 
    3337    def InstallAction(self, entry): 
    3438        '''Run actions as pre-checks for bundle installation''' 
    3539        if entry.get('timing') != 'post':