From ac26d32fdc63cd027c0737457564fe1f0c7911fa Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Tue, 14 Jan 2003 17:41:36 +0000 Subject: a broken trigger in an old linuxconf package really causes problems on upgrade. let's do a pre-emptive removal of the package but make it general enough so that we can use it in the future for other problem packages if we have to (#54120, #72888, #81781) --- instdata.py | 1 + 1 file changed, 1 insertion(+) (limited to 'instdata.py') diff --git a/instdata.py b/instdata.py index 9e53792f4..eba4fea4a 100644 --- a/instdata.py +++ b/instdata.py @@ -74,6 +74,7 @@ class InstallData: self.rootParts = None self.upgradeSwapInfo = None self.upgradeDeps = "" + self.upgradeRemove = [] self.upgradeInfoFound = None self.configFileData = self.tmpData self.firstboot = FIRSTBOOT_DEFAULT -- cgit