diff options
Diffstat (limited to 'abs/core-testing/linuxtv-dvb-apps/linuxtv-dvb-apps.install')
-rw-r--r-- | abs/core-testing/linuxtv-dvb-apps/linuxtv-dvb-apps.install | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/abs/core-testing/linuxtv-dvb-apps/linuxtv-dvb-apps.install b/abs/core-testing/linuxtv-dvb-apps/linuxtv-dvb-apps.install new file mode 100644 index 0000000..f735122 --- /dev/null +++ b/abs/core-testing/linuxtv-dvb-apps/linuxtv-dvb-apps.install @@ -0,0 +1,12 @@ +# arg 1: the new package version +# arg 2: the old package version +post_upgrade() { + echo ">>> Some initial-tuning-data files have been installed under" + echo ">>> /usr/share/dvb-utils/scan/" + echo ">>> you can use them to generate your channel.conf file" +} + +op=$1 +shift + +$op $* |