diff options
Diffstat (limited to 'abs/extra-testing/mythexport/mythexport.install')
-rw-r--r-- | abs/extra-testing/mythexport/mythexport.install | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/abs/extra-testing/mythexport/mythexport.install b/abs/extra-testing/mythexport/mythexport.install new file mode 100644 index 0000000..4408a16 --- /dev/null +++ b/abs/extra-testing/mythexport/mythexport.install @@ -0,0 +1,8 @@ +# arg 1: the new package version +post_install() {a + mysql -u root mythconverg < /usr/share/mythtv/mythexport.sql +} + +op=$1 +shift +$op $* |