summaryrefslogtreecommitdiffstats
path: root/abs/extra-testing/mythappletrailers/mythappletrailers.install
diff options
context:
space:
mode:
authorCecil Hugh Watson <knoppmyth@gmail.com>2008-12-11 07:06:21 (GMT)
committerCecil Hugh Watson <knoppmyth@gmail.com>2008-12-11 07:06:21 (GMT)
commite019db2c0c29ab1e825f983987275b3b1a597d4f (patch)
tree68657226c37db0910792a475ac8b00247efd568f /abs/extra-testing/mythappletrailers/mythappletrailers.install
parent54e39512d743caf5afe2f587536135c450ea4fcf (diff)
downloadlinhes_pkgbuild-e019db2c0c29ab1e825f983987275b3b1a597d4f.zip
linhes_pkgbuild-e019db2c0c29ab1e825f983987275b3b1a597d4f.tar.gz
linhes_pkgbuild-e019db2c0c29ab1e825f983987275b3b1a597d4f.tar.bz2
Fixed LinHES-release. PKGBUILD for MythAppleTrailers.
Diffstat (limited to 'abs/extra-testing/mythappletrailers/mythappletrailers.install')
-rw-r--r--abs/extra-testing/mythappletrailers/mythappletrailers.install17
1 files changed, 17 insertions, 0 deletions
diff --git a/abs/extra-testing/mythappletrailers/mythappletrailers.install b/abs/extra-testing/mythappletrailers/mythappletrailers.install
new file mode 100644
index 0000000..22dada0
--- /dev/null
+++ b/abs/extra-testing/mythappletrailers/mythappletrailers.install
@@ -0,0 +1,17 @@
+# arg 1: the new package version
+post_install() {
+}
+
+# arg 1: the new package version
+# arg 2: the old package version
+post_upgrade() {
+ ln -s /home/mythtv/appletrailer.xml /usr/share/mythtv/appletrailer.xml
+}
+
+# arg 1: the old package version
+post_remove() {
+}
+
+op=$1
+shift
+$op $*