diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-01-24 07:47:00 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-01-24 07:47:00 (GMT) |
commit | 52a548a01b35ec8c944010744a0b90578b82f6ba (patch) | |
tree | 41b004709fe1213332b494f442453afa98f1277d /abs/extra-testing/mythexport/mythexport.install | |
parent | 53b2ba2e54ac7d591566338d8cf3c17d60023527 (diff) | |
download | linhes_pkgbuild-52a548a01b35ec8c944010744a0b90578b82f6ba.zip linhes_pkgbuild-52a548a01b35ec8c944010744a0b90578b82f6ba.tar.gz linhes_pkgbuild-52a548a01b35ec8c944010744a0b90578b82f6ba.tar.bz2 |
Additional modifications needed for MythExport.
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 |