summaryrefslogtreecommitdiffstats
path: root/abs/extra-testing/mythexport/mythexport.install
diff options
context:
space:
mode:
Diffstat (limited to 'abs/extra-testing/mythexport/mythexport.install')
-rw-r--r--abs/extra-testing/mythexport/mythexport.install10
1 files changed, 0 insertions, 10 deletions
diff --git a/abs/extra-testing/mythexport/mythexport.install b/abs/extra-testing/mythexport/mythexport.install
deleted file mode 100644
index edd60f5..0000000
--- a/abs/extra-testing/mythexport/mythexport.install
+++ /dev/null
@@ -1,10 +0,0 @@
-# arg 1: the new package version
-post_install() {
- mysql -u root mythconverg < /usr/share/mythtv/mythexport.sql
- ln -s /usr/share/mythtv/mythexport /data/srv/httpd/htdocs/
- ln -s /myth/archive /usr/share/mythtv/mythexport/video
-}
-
-op=$1
-shift
-$op $*