Ticket #378: postinst.patch
File postinst.patch, 545 bytes (added by desai, 16 years ago) |
---|
-
src/lib/Client/Tools/Action.py
30 30 '''Actions always verify true''' 31 31 return True 32 32 33 def VerifyPostInstall(self, dummy, _): 34 '''Actions always verify true''' 35 return True 36 33 37 def InstallAction(self, entry): 34 38 '''Run actions as pre-checks for bundle installation''' 35 39 if entry.get('timing') != 'post':