summaryrefslogtreecommitdiffstats
path: root/abs/extra-testing
diff options
context:
space:
mode:
Diffstat (limited to 'abs/extra-testing')
-rw-r--r--abs/extra-testing/mythexport/PKGBUILD2
-rw-r--r--abs/extra-testing/mythexport/mythexport.install2
2 files changed, 3 insertions, 1 deletions
diff --git a/abs/extra-testing/mythexport/PKGBUILD b/abs/extra-testing/mythexport/PKGBUILD
index 6139922..65cde0b 100644
--- a/abs/extra-testing/mythexport/PKGBUILD
+++ b/abs/extra-testing/mythexport/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=mythexport
pkgver=1.0.6
-pkgrel=5
+pkgrel=6
pkgdesc="Script to export recordings for portable devices."
arch=('i686' 'x86_64')
license=('GPL2')
diff --git a/abs/extra-testing/mythexport/mythexport.install b/abs/extra-testing/mythexport/mythexport.install
index 4408a16..a0a2e1b 100644
--- a/abs/extra-testing/mythexport/mythexport.install
+++ b/abs/extra-testing/mythexport/mythexport.install
@@ -1,6 +1,8 @@
# arg 1: the new package version
post_install() {a
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