diff options
Diffstat (limited to 'abs/extra-testing/mythappletrailers/mythappletrailers.install')
-rw-r--r-- | abs/extra-testing/mythappletrailers/mythappletrailers.install | 17 |
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 $* |