diff options
author | Michael Hanson <mihanson@linhes.org> | 2012-02-28 00:45:52 (GMT) |
---|---|---|
committer | Michael Hanson <mihanson@linhes.org> | 2012-02-28 00:45:52 (GMT) |
commit | c99bc29e7809e31d4647641dd9152cd9ea2470bf (patch) | |
tree | 3576c7b01e7e5a23d2a6d44a7013cfada40465fd /abs/extra/web-on-linhes/web-on-linhes.install | |
parent | 71d96013726763f077f74ea3bc96c43db61a8a5f (diff) | |
parent | f5acdc079164abbdcecb95f36eeebd375eb47f8b (diff) | |
download | linhes_pkgbuild-c99bc29e7809e31d4647641dd9152cd9ea2470bf.zip linhes_pkgbuild-c99bc29e7809e31d4647641dd9152cd9ea2470bf.tar.gz linhes_pkgbuild-c99bc29e7809e31d4647641dd9152cd9ea2470bf.tar.bz2 |
Merge branch 'testing' of linhes.org:linhes_pkgbuild into testing
Diffstat (limited to 'abs/extra/web-on-linhes/web-on-linhes.install')
-rw-r--r-- | abs/extra/web-on-linhes/web-on-linhes.install | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/abs/extra/web-on-linhes/web-on-linhes.install b/abs/extra/web-on-linhes/web-on-linhes.install index 631806a..c5f2c40 100644 --- a/abs/extra/web-on-linhes/web-on-linhes.install +++ b/abs/extra/web-on-linhes/web-on-linhes.install @@ -77,14 +77,6 @@ post_install() { echo "<!--#WebOnTV-->" >> /tmp/is.xml.tmp echo " <button>" >> /tmp/is.xml.tmp echo " <type>STREAM</type>" >> /tmp/is.xml.tmp - echo " <text>NowMov</text>" >> /tmp/is.xml.tmp - echo " <action>EXEC /usr/LH/bin/web-on-linhes.sh --no-first-run --kiosk http://nowmov.com</action>" >> /tmp/is.xml.tmp - echo " </button>" >> /tmp/is.xml.tmp - echo "<!--#WebOnTV-->" >> /tmp/is.xml.tmp - echo "" >> /tmp/is.xml.tmp - echo "<!--#WebOnTV-->" >> /tmp/is.xml.tmp - echo " <button>" >> /tmp/is.xml.tmp - echo " <type>STREAM</type>" >> /tmp/is.xml.tmp echo " <text>The Onion</text>" >> /tmp/is.xml.tmp echo " <action>EXEC /usr/LH/bin/web-on-linhes.sh --no-first-run --kiosk http://www.theonion.com/video/googletv/</action>" >> /tmp/is.xml.tmp echo " </button>" >> /tmp/is.xml.tmp |