diff options
| author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-01-02 18:45:23 (GMT) | 
|---|---|---|
| committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-01-02 18:45:23 (GMT) | 
| commit | f97cc2aa227cf92d962e5167a442339849d3f2f2 (patch) | |
| tree | 257492d41158f5b25887a46d0e092f03e65fcf1e | |
| parent | 27ffd698803e8cf434d5960a5a7164419be035be (diff) | |
| download | linhes_pkgbuild-f97cc2aa227cf92d962e5167a442339849d3f2f2.zip linhes_pkgbuild-f97cc2aa227cf92d962e5167a442339849d3f2f2.tar.gz linhes_pkgbuild-f97cc2aa227cf92d962e5167a442339849d3f2f2.tar.bz2 | |
Bumped package version to test kmsync.  Fixed post_install.
| -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() { | 
