aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>2006-02-22 14:46:25 +0000
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>2006-02-22 14:46:25 +0000
commit6119f4c4a0d947d56e758fe53f2822db8490b444 (patch)
tree208801c5149b9f3410bc2407a9b0f8075e3b324a /lib/python
parent1dc4ace24c93b9e078a9a1cc5180da725defc1a8 (diff)
downloadenigma2-6119f4c4a0d947d56e758fe53f2822db8490b444.tar.gz
enigma2-6119f4c4a0d947d56e758fe53f2822db8490b444.zip
use brutal force to upgrade the stuff
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Plugins/update/plugin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Plugins/update/plugin.py b/lib/python/Plugins/update/plugin.py
index 8c2715bf..aca5c674 100644
--- a/lib/python/Plugins/update/plugin.py
+++ b/lib/python/Plugins/update/plugin.py
@@ -127,7 +127,7 @@ class Upgrade(Screen):
def updateFinished(self, retval):
if self.run == 0:
self.run = 1
- self.container.execute("ipkg upgrade")
+ self.container.execute("ipkg upgrade -force-defaults -force-overwrite")
elif self.run == 1:
str = self["text"].getText()
str += _("Updating finished!!");