diff options
| -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 e1d8f40..3fb2819 100644 --- a/abs/extra-testing/mythappletrailers/PKGBUILD +++ b/abs/extra-testing/mythappletrailers/PKGBUILD @@ -3,7 +3,7 @@  pkgname=mythappletrailers  pkgver=0.04.3 -pkgrel=7 +pkgrel=9  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 22dada0..3c874f8 100644 --- a/abs/extra-testing/mythappletrailers/mythappletrailers.install +++ b/abs/extra-testing/mythappletrailers/mythappletrailers.install @@ -1,7 +1,7 @@  # arg 1:  the new package version  post_install() { +  ln -s /home/mythtv/appletrailer.xml /usr/share/mythtv/appletrailer.xml  } -  # arg 1:  the new package version  # arg 2:  the old package version  post_upgrade() { | 
