diff options
| author | Sebastian Heinlein <sebastian.heinlein@web.de> | 2006-02-21 00:20:42 +0100 |
|---|---|---|
| committer | Sebastian Heinlein <sebastian.heinlein@web.de> | 2006-02-21 00:20:42 +0100 |
| commit | bbd55b0ae474dc26b7c9dbb69070103272f1878d (patch) | |
| tree | 3c67837eb8d99ad2caf6f804188c7048a3b6884f /DistUpgrade/DistUpgradeViewGtk.py | |
| parent | d87c4020340ed0c869346c5b569a3b2e261b7be2 (diff) | |
| parent | 619c7f8d10780f5c088eddd3f9bc5cd7b6ec5d84 (diff) | |
| download | python-apt-bbd55b0ae474dc26b7c9dbb69070103272f1878d.tar.gz | |
* merged with michael
* install the help files
Diffstat (limited to 'DistUpgrade/DistUpgradeViewGtk.py')
| -rw-r--r-- | DistUpgrade/DistUpgradeViewGtk.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/DistUpgrade/DistUpgradeViewGtk.py b/DistUpgrade/DistUpgradeViewGtk.py index 7fd39a32..9bd55d24 100644 --- a/DistUpgrade/DistUpgradeViewGtk.py +++ b/DistUpgrade/DistUpgradeViewGtk.py @@ -124,6 +124,8 @@ class GtkInstallProgressAdapter(InstallProgress): # setup the child waiting reaper = vte.reaper_get() reaper.connect("child-exited", self.child_exited) + # some options for dpkg to make it die less easily + apt_pkg.Config.Set("DPkg::Options::","--force-overwrite") def startUpdate(self): self.finished = False # FIXME: add support for the timeout |
