summaryrefslogtreecommitdiff
path: root/DistUpgrade/DistUpgradeViewGtk.py
diff options
context:
space:
mode:
authorSebastian Heinlein <sebastian.heinlein@web.de>2006-02-21 00:20:42 +0100
committerSebastian Heinlein <sebastian.heinlein@web.de>2006-02-21 00:20:42 +0100
commitbbd55b0ae474dc26b7c9dbb69070103272f1878d (patch)
tree3c67837eb8d99ad2caf6f804188c7048a3b6884f /DistUpgrade/DistUpgradeViewGtk.py
parentd87c4020340ed0c869346c5b569a3b2e261b7be2 (diff)
parent619c7f8d10780f5c088eddd3f9bc5cd7b6ec5d84 (diff)
downloadpython-apt-bbd55b0ae474dc26b7c9dbb69070103272f1878d.tar.gz
* merged with michael
* install the help files
Diffstat (limited to 'DistUpgrade/DistUpgradeViewGtk.py')
-rw-r--r--DistUpgrade/DistUpgradeViewGtk.py2
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