diff options
| author | Mladen Horvat <acid-burn@opendreambox.org> | 2011-04-13 23:12:10 +0200 |
|---|---|---|
| committer | Mladen Horvat <acid-burn@opendreambox.org> | 2011-04-13 23:12:10 +0200 |
| commit | 710962d4f216b12c7cc25a189cbcc890a2ab5622 (patch) | |
| tree | bfe670f2dfc12d197d49af4b0d3e7fddf1db6510 /lib/python/Plugins/SystemPlugins/SoftwareManager/SoftwareTools.py | |
| parent | c563ffd07163d5982fa4a3d8e9c2486f480b899a (diff) | |
| download | enigma2-710962d4f216b12c7cc25a189cbcc890a2ab5622.tar.gz enigma2-710962d4f216b12c7cc25a189cbcc890a2ab5622.zip | |
Components/DreamInfoHandler.py, SystemPlugins/SoftwareManager: add possibility to have also non plugins/skins inside SoftwareManager.
add support for 'needsRestart' option inside meta descriptions for non plugins/skins. refs #389
Diffstat (limited to 'lib/python/Plugins/SystemPlugins/SoftwareManager/SoftwareTools.py')
| -rwxr-xr-x | lib/python/Plugins/SystemPlugins/SoftwareManager/SoftwareTools.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Plugins/SystemPlugins/SoftwareManager/SoftwareTools.py b/lib/python/Plugins/SystemPlugins/SoftwareManager/SoftwareTools.py index 178efadc..ec2f82cc 100755 --- a/lib/python/Plugins/SystemPlugins/SoftwareManager/SoftwareTools.py +++ b/lib/python/Plugins/SystemPlugins/SoftwareManager/SoftwareTools.py @@ -244,7 +244,7 @@ class SoftwareTools(DreamInfoHandler): if self.NetworkConnectionAvailable == True: if not self.UpdateConsole: self.UpdateConsole = Console() - cmd = "opkg install enigma2-meta enigma2-plugins-meta enigma2-skins-meta" + cmd = "opkg install enigma2-meta enigma2-plugins-meta enigma2-skins-meta enigma2-drivers-meta" self.UpdateConsole.ePopen(cmd, self.InstallMetaPackageCB, callback) else: self.InstallMetaPackageCB(True) |
