diff options
Diffstat (limited to 'abs/extra-testing/mythexport/mythexport.install')
-rw-r--r-- | abs/extra-testing/mythexport/mythexport.install | 2 |
1 files changed, 2 insertions, 0 deletions
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 |