diff options
author | James Meyer <james.meyer@operamail.com> | 2012-04-29 19:51:49 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-04-29 19:51:49 (GMT) |
commit | d09372edbd413b71196956063b0f0257d8dfcfd6 (patch) | |
tree | 78dd8299dae52856b7ca79c00d85836d979d6794 /abs/core | |
parent | 477b19b25ebafc812f548edf9aa701539c511b34 (diff) | |
download | linhes_pkgbuild-d09372edbd413b71196956063b0f0257d8dfcfd6.zip linhes_pkgbuild-d09372edbd413b71196956063b0f0257d8dfcfd6.tar.gz linhes_pkgbuild-d09372edbd413b71196956063b0f0257d8dfcfd6.tar.bz2 |
LinHES-config: mv_software.py add webonlinhes and dolphin
Signed-off-by: James Meyer <james.meyer@operamail.com>
Diffstat (limited to 'abs/core')
-rwxr-xr-x | abs/core/LinHES-config/mv_software.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core/LinHES-config/mv_software.py b/abs/core/LinHES-config/mv_software.py index 263ace3..9948618 100755 --- a/abs/core/LinHES-config/mv_software.py +++ b/abs/core/LinHES-config/mv_software.py @@ -29,7 +29,7 @@ def setup_software(systemconfig, data_config): "mythappletrailers", "mythstream", "mythzoneminder","mythnetvision" ) default_installed=("mythgallery", "mythmovies", "mythmusic") - other_pkg=("miro", "mednafen", "romdb", "xine", "dvdcss", "webmin" , "fuppes", "foldingathome","mupen64") + other_pkg=("miro", "mednafen", "romdb", "xine", "dvdcss", "webmin" , "fuppes", "foldingathome","mupen64","dolphin-emu","web-on-linhes") for pkg in default_disabled: pkgname=pkg+postfix |