~apw/update-manager/cdromupgrade-avoid-links

« back to all changes in this revision

Viewing changes to DistUpgrade/DistUpgradeController.py

  • Committer: Michael Vogt
  • Date: 2009-02-02 13:58:05 UTC
  • Revision ID: michael.vogt@ubuntu.com-20090202135805-fbjazgg88uub792d
* DistUpgrade/DistUpgradeQuirks.py:
  - run dpkg --forget-old-unvail after the upgrade finished
  - add "PostCleanup" hook 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1003
1003
                                   "Please see the below message for more "
1004
1004
                                   "information. "),
1005
1005
                                   "%s" % e)
 
1006
        # run stuff after cleanup
 
1007
        if not self._partialUpgrade:
 
1008
            self.quirks.run("PostCleanup")
1006
1009
        # run the post upgrade scripts that can do fixup like xorg.conf
1007
1010
        # fixes etc - only do on real upgrades
1008
1011
        if not self._partialUpgrade: