aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/SystemPlugins/CleanupWizard/CleanupWizard.py
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2011-02-05 00:52:14 +0100
committerAndreas Oberritter <obi@opendreambox.org>2011-02-05 00:52:14 +0100
commit33e4aeedec7bde0b0f853396f7b308412bd85496 (patch)
tree077eed5fd9e42d2000dc7d09b2621fe0d3b82a8e /lib/python/Plugins/SystemPlugins/CleanupWizard/CleanupWizard.py
parent423b12c94b41e0f7e9a7715b06ba7f479c197780 (diff)
parent3ca124dd916f82dcfd4f069daf1a3f342956e520 (diff)
downloadenigma2-33e4aeedec7bde0b0f853396f7b308412bd85496.tar.gz
enigma2-33e4aeedec7bde0b0f853396f7b308412bd85496.zip
Merge branch 'obi/master'
Diffstat (limited to 'lib/python/Plugins/SystemPlugins/CleanupWizard/CleanupWizard.py')
-rwxr-xr-xlib/python/Plugins/SystemPlugins/CleanupWizard/CleanupWizard.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Plugins/SystemPlugins/CleanupWizard/CleanupWizard.py b/lib/python/Plugins/SystemPlugins/CleanupWizard/CleanupWizard.py
index d8de3544..797010c6 100755
--- a/lib/python/Plugins/SystemPlugins/CleanupWizard/CleanupWizard.py
+++ b/lib/python/Plugins/SystemPlugins/CleanupWizard/CleanupWizard.py
@@ -88,7 +88,7 @@ class CleanupWizard(WizardLanguage, Rc):
if self.NextStep is not 'end':
if not self.Console:
self.Console = Console()
- cmd = "ipkg list_installed | grep enigma2"
+ cmd = "opkg list_installed | grep enigma2"
self.Console.ePopen(cmd, self.buildListInstalled_Finished)
self.buildListRef = self.session.openWithCallback(self.buildListfinishedCB, MessageBox, _("Please wait while searching for removable packages..."), type = MessageBox.TYPE_INFO, enable_input = False)
else: