diff options
Diffstat (limited to 'abs/extra-testing/mythappletrailers')
-rw-r--r-- | abs/extra-testing/mythappletrailers/PKGBUILD | 2 | ||||
-rw-r--r-- | abs/extra-testing/mythappletrailers/mythappletrailers.install | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/abs/extra-testing/mythappletrailers/PKGBUILD b/abs/extra-testing/mythappletrailers/PKGBUILD index f7d4700..da490e1 100644 --- a/abs/extra-testing/mythappletrailers/PKGBUILD +++ b/abs/extra-testing/mythappletrailers/PKGBUILD @@ -3,7 +3,7 @@ pkgname=mythappletrailers pkgver=0.04.3 -pkgrel=17 +pkgrel=18 pkgdesc="Unofficial Add-on for MythTV to get Apple.com Movie Trailers." arch=('i686' 'x86_64') license=('GPL2') 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 |