diff options
| author | Bob Igo <bob@stormlogic.com> | 2009-06-16 18:15:36 (GMT) |
|---|---|---|
| committer | Bob Igo <bob@stormlogic.com> | 2009-06-16 18:15:36 (GMT) |
| commit | 7ea54e94edf113f577fecc27793fe03a8a5080da (patch) | |
| tree | a6b20719d265258d18680f49ae255437f2f924f9 /abs/core-testing/mythtv/stable/mythweb/mythweb.install | |
| parent | f2af490d9405bd022455cbd81408fcd23b7cfe12 (diff) | |
| parent | c072b9f94004963781846c5fe8349a3ea8c7818f (diff) | |
| download | linhes_pkgbuild-7ea54e94edf113f577fecc27793fe03a8a5080da.zip linhes_pkgbuild-7ea54e94edf113f577fecc27793fe03a8a5080da.tar.gz linhes_pkgbuild-7ea54e94edf113f577fecc27793fe03a8a5080da.tar.bz2 | |
Merge branch 'master' of ssh://igo@knoppmyth.net/mount/repository/LinHES-PKGBUILD
Diffstat (limited to 'abs/core-testing/mythtv/stable/mythweb/mythweb.install')
| -rw-r--r-- | abs/core-testing/mythtv/stable/mythweb/mythweb.install | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/abs/core-testing/mythtv/stable/mythweb/mythweb.install b/abs/core-testing/mythtv/stable/mythweb/mythweb.install index 470cbd1..a2aa1bd 100644 --- a/abs/core-testing/mythtv/stable/mythweb/mythweb.install +++ b/abs/core-testing/mythtv/stable/mythweb/mythweb.install @@ -1,10 +1,13 @@ post_install() { - echo "You must create a symlink from /home/httpd/html/mythweb/video_dir" - echo "to your MythTV recordings directory. Don't forget to change the" - echo "permissions so that the webserver can read those files and create" - echo "thumbnails." + if [ ! -e /data/srv/httpd/htdocs/mythweb/data/video ] + then + ln -s /myth/video /data/srv/httpd/htdocs/mythweb/data/video + fi } +post_upgrade(){ + post_install $1 +} op=$1 shift $op $* |
