diff options
author | Michael Hanson <hansonorders@verizon.net> | 2010-12-09 03:56:09 (GMT) |
---|---|---|
committer | Michael Hanson <hansonorders@verizon.net> | 2010-12-09 03:56:09 (GMT) |
commit | eda42a5e9c2507e9245d41d2a33175bbd904aaa4 (patch) | |
tree | 5bfa43bc4e0c08456bbaab222986ba861da3782b /abs/core/LinHES-config | |
parent | a34c6f33ceb002222d49919b8e702e6e19a81809 (diff) | |
parent | 8bcec1732ac034e6dbf3f8b843bf7e22ae16d8a0 (diff) | |
download | linhes_pkgbuild-eda42a5e9c2507e9245d41d2a33175bbd904aaa4.zip linhes_pkgbuild-eda42a5e9c2507e9245d41d2a33175bbd904aaa4.tar.gz linhes_pkgbuild-eda42a5e9c2507e9245d41d2a33175bbd904aaa4.tar.bz2 |
Merge branch 'testing' of knoppmyth.net:linhes_pkgbuild into testing
Diffstat (limited to 'abs/core/LinHES-config')
-rwxr-xr-x | abs/core/LinHES-config/mv_software.py | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/abs/core/LinHES-config/mv_software.py b/abs/core/LinHES-config/mv_software.py index c0f5a5b..6a2201c 100755 --- a/abs/core/LinHES-config/mv_software.py +++ b/abs/core/LinHES-config/mv_software.py @@ -18,21 +18,17 @@ def setup_software(systemconfig, data_config): else: postfix = "-svn" #This section is for MythVantage OS, not LINHES - default_disabled = ("mythphone", "mytharchive", "mythbrowser", "mythnews", - "mythgame", "mythflix", "mythweather", - "mythzoneminder","mythnetvision" ) + default_disabled = ("mytharchive", "mythbrowser", "mythnews", + "mythgame", "mythweather", "mythzoneminder","mythnetvision" ) - default_installed=("mythcontrols", "mythgallery", "mythmovies", - "mythmusic", "mythsmolt", "mythvideo") + default_installed=("mythgallery", "mythmusic", "mythsmolt", "mythvideo") other_pkg=("miro", "mednafen", "romdb", "xine", "dvdcss", "webmin" , "fuppes", "foldingathome", "mythappletrailers", "mythstream", "mupen64") else: - default_disabled = ("mythphone", "mytharchive", "mythbrowser", "mythnews", - "mythgame", "mythflix", "mythweather", - "mythappletrailers", "mythstream", "mythvodka", - "mythzoneminder","mythnetvision" ) + default_disabled = ("mytharchive", "mythbrowser", "mythnews", + "mythgame", "mythweather", + "mythappletrailers", "mythstream", "mythzoneminder","mythnetvision" ) - default_installed=("mythcontrols", "mythgallery", "mythmovies", - "mythmusic", "mythsmolt", "mythvideo") + default_installed=("mythgallery", "mythmovies", "mythmusic", "mythsmolt", "mythvideo") other_pkg=("miro", "mednafen", "romdb", "xine", "dvdcss", "webmin" , "fuppes", "foldingathome","mupen64") for pkg in default_disabled: |