diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-02-10 07:18:12 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-02-10 07:18:12 (GMT) |
commit | 3f7e6cf27809049b1aa0bad3cdbbeeaf6d0929b5 (patch) | |
tree | 70c08a78707cc7238848b2b1535b30efec84a866 /abs/core-testing/LinHES-config/systemconfig.sh | |
parent | a317442a44fcbd340416a4c4ff93ced72f23e6d9 (diff) | |
download | linhes_pkgbuild-3f7e6cf27809049b1aa0bad3cdbbeeaf6d0929b5.zip linhes_pkgbuild-3f7e6cf27809049b1aa0bad3cdbbeeaf6d0929b5.tar.gz linhes_pkgbuild-3f7e6cf27809049b1aa0bad3cdbbeeaf6d0929b5.tar.bz2 |
Installed mythappletrailers, mythstream and mythvodka by default.
Diffstat (limited to 'abs/core-testing/LinHES-config/systemconfig.sh')
-rwxr-xr-x | abs/core-testing/LinHES-config/systemconfig.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core-testing/LinHES-config/systemconfig.sh b/abs/core-testing/LinHES-config/systemconfig.sh index 9a0828a..8c21242 100755 --- a/abs/core-testing/LinHES-config/systemconfig.sh +++ b/abs/core-testing/LinHES-config/systemconfig.sh @@ -391,7 +391,7 @@ function setupplugins (){ pkglistinstall="" pkglistremove="" #default enabled -for i in mythcontrols mythgallery mythmovietime mythmusic mythsmolt mythvideo +for i in mythcontrols mythgallery mythmovietime mythmusic mythsmolt mythvideo mythappletrailers mythstream mythvodka do eval pkgvalue=\$${i} @@ -414,7 +414,7 @@ done #default disabled - for i in mythphone mytharchive mythbrowser mythnews mythgame mythflix mythweather mythstream mythappletrailers mythvodka + for i in mythphone mytharchive mythbrowser mythnews mythgame mythflix mythweather do eval pkgvalue=\$${i} |