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 | |
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.
-rwxr-xr-x | abs/core-testing/LinHES-config/PKGBUILD | 2 | ||||
-rwxr-xr-x | abs/core-testing/LinHES-config/systemconfig.sh | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/abs/core-testing/LinHES-config/PKGBUILD b/abs/core-testing/LinHES-config/PKGBUILD index e10d697..6210304 100755 --- a/abs/core-testing/LinHES-config/PKGBUILD +++ b/abs/core-testing/LinHES-config/PKGBUILD @@ -1,6 +1,6 @@ pkgname=LinHES-config pkgver=1.0 -pkgrel=243 +pkgrel=244 conflicts=(MythVantage-config MythVantage-config-dev LinHES-config-dev ) pkgdesc="Install and configure your system" depends=(bc libstatgrab mysql-python expect curl dnsutils parted sg3_utils nmbscan ) 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} |