switch to opkg
[enigma2.git] / lib / python / Plugins / SystemPlugins / CleanupWizard / CleanupWizard.py
index d8de35443474adf75f7cea0c30812411e2d01b1a..797010c6aee4b64fea6a1f80764af6033e03e0b8 100755 (executable)
@@ -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: