diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-01-24 00:51:48 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-01-24 00:51:48 (GMT) |
commit | b51a27c0f324b3f5b1044f4e064a86a2f9157733 (patch) | |
tree | 334537e94bf0d4ce8ad89e5ce40a881c96de3caa /abs/extra-testing/mythappletrailers/mythappletrailers.install | |
parent | 03016189a278df360e6830976c72f96d6d08056f (diff) | |
download | linhes_pkgbuild-b51a27c0f324b3f5b1044f4e064a86a2f9157733.zip linhes_pkgbuild-b51a27c0f324b3f5b1044f4e064a86a2f9157733.tar.gz linhes_pkgbuild-b51a27c0f324b3f5b1044f4e064a86a2f9157733.tar.bz2 |
Changed type to STREAM, bumped version.
Diffstat (limited to 'abs/extra-testing/mythappletrailers/mythappletrailers.install')
-rw-r--r-- | abs/extra-testing/mythappletrailers/mythappletrailers.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/extra-testing/mythappletrailers/mythappletrailers.install b/abs/extra-testing/mythappletrailers/mythappletrailers.install index d60a566..0f6d8fa 100644 --- a/abs/extra-testing/mythappletrailers/mythappletrailers.install +++ b/abs/extra-testing/mythappletrailers/mythappletrailers.install @@ -5,7 +5,7 @@ post_install() { grep -v -e /mythmenu /tmp/is.xml > /tmp/is.xml.tmp echo "<!--#MythAppleTrailers-->" >> /tmp/is.xml.tmp echo " <button>" >> /tmp/is.xml.tmp - echo " <type>MOVIETIMES</type>" >> /tmp/is.xml.tmp + echo " <type>STREAM</type>" >> /tmp/is.xml.tmp echo " <text>Apple Trailers</text>" >> /tmp/is.xml.tmp echo " <action>MENU appletrailer.xml</action>" >> /tmp/is.xml.tmp echo " </button>" >> /tmp/is.xml.tmp |