diff options
| author | Andreas Oberritter <obi@opendreambox.org> | 2011-01-28 04:55:52 +0100 |
|---|---|---|
| committer | Andreas Oberritter <obi@opendreambox.org> | 2011-01-28 04:55:52 +0100 |
| commit | f32b288b3236e41686e67eda2bccf2f083223bca (patch) | |
| tree | b32dc385a97c594e903fe50854cc3d768f26ed5b /lib/python/Plugins/SystemPlugins/CleanupWizard | |
| parent | aaa6a9751a34e2c0041210eedc3b4fb5915439ce (diff) | |
| parent | 3ca124dd916f82dcfd4f069daf1a3f342956e520 (diff) | |
| download | enigma2-f32b288b3236e41686e67eda2bccf2f083223bca.tar.gz enigma2-f32b288b3236e41686e67eda2bccf2f083223bca.zip | |
Merge branch 'obi/master' into experimental
Diffstat (limited to 'lib/python/Plugins/SystemPlugins/CleanupWizard')
| -rwxr-xr-x | lib/python/Plugins/SystemPlugins/CleanupWizard/CleanupWizard.py | 2 |
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: |
