summaryrefslogtreecommitdiffstats
path: root/abs/core/LinHES-config/mv_software.py
diff options
context:
space:
mode:
authorJames Meyer <jams@linhes.org>2010-12-08 21:49:22 (GMT)
committerJames Meyer <jams@linhes.org>2010-12-08 21:49:22 (GMT)
commit8bcec1732ac034e6dbf3f8b843bf7e22ae16d8a0 (patch)
tree899c62e826df6aa83e68d9fd6d0a00a143325c78 /abs/core/LinHES-config/mv_software.py
parent387348a06c19253fa328d8aa9d421328e2aab993 (diff)
downloadlinhes_pkgbuild-8bcec1732ac034e6dbf3f8b843bf7e22ae16d8a0.zip
linhes_pkgbuild-8bcec1732ac034e6dbf3f8b843bf7e22ae16d8a0.tar.gz
linhes_pkgbuild-8bcec1732ac034e6dbf3f8b843bf7e22ae16d8a0.tar.bz2
linhes-config: remove plugins that are no longer with mythtv
Diffstat (limited to 'abs/core/LinHES-config/mv_software.py')
-rwxr-xr-xabs/core/LinHES-config/mv_software.py18
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: