summaryrefslogtreecommitdiffstats
path: root/abs/core/LinHES-config/mv_software.py
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2012-04-22 02:30:46 (GMT)
committerJames Meyer <james.meyer@operamail.com>2012-04-22 02:30:46 (GMT)
commita98afe8102e3b69e3ccbf41b8f8d2c68999352d2 (patch)
tree06bacce4ea5baf285d096718a935509f30b70c7a /abs/core/LinHES-config/mv_software.py
parent35794fe40b12b1888750cdf99396a27288cd74b0 (diff)
downloadlinhes_pkgbuild-a98afe8102e3b69e3ccbf41b8f8d2c68999352d2.zip
linhes_pkgbuild-a98afe8102e3b69e3ccbf41b8f8d2c68999352d2.tar.gz
linhes_pkgbuild-a98afe8102e3b69e3ccbf41b8f8d2c68999352d2.tar.bz2
LinHES-config: remove mythvideo/mythsmolt
For installs, delay non-master database loads until after machine is configured.
Diffstat (limited to 'abs/core/LinHES-config/mv_software.py')
-rwxr-xr-xabs/core/LinHES-config/mv_software.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core/LinHES-config/mv_software.py b/abs/core/LinHES-config/mv_software.py
index b278e28..263ace3 100755
--- a/abs/core/LinHES-config/mv_software.py
+++ b/abs/core/LinHES-config/mv_software.py
@@ -21,14 +21,14 @@ def setup_software(systemconfig, data_config):
default_disabled = ("mytharchive", "mythbrowser", "mythnews",
"mythgame", "mythweather", "mythzoneminder","mythnetvision" )
- default_installed=("mythgallery", "mythmusic", "mythsmolt", "mythvideo")
+ default_installed=("mythgallery", "mythmusic")
other_pkg=("miro", "mednafen", "romdb", "xine", "dvdcss", "webmin" , "fuppes", "foldingathome", "mythappletrailers", "mythstream", "mupen64")
else:
default_disabled = ("mytharchive", "mythbrowser", "mythnews",
"mythgame", "mythweather",
"mythappletrailers", "mythstream", "mythzoneminder","mythnetvision" )
- default_installed=("mythgallery", "mythmovies", "mythmusic", "mythsmolt", "mythvideo")
+ default_installed=("mythgallery", "mythmovies", "mythmusic")
other_pkg=("miro", "mednafen", "romdb", "xine", "dvdcss", "webmin" , "fuppes", "foldingathome","mupen64")
for pkg in default_disabled: