diff options
author | Michael Hanson <hansonorders@verison.net> | 2010-04-13 19:22:03 (GMT) |
---|---|---|
committer | Michael Hanson <hansonorders@verison.net> | 2010-04-13 19:22:03 (GMT) |
commit | d8a29f1dc19a4f5c5df412c7712b991dd52b2c89 (patch) | |
tree | 92e7cb3efbe38f5d8311c92fc7d35ef793ecb96f /abs/core-testing/mythtv/stable-0.23/mythweb/mythweb.install | |
parent | 1421c1d93d214f0d6e13fc78394603a1e73ed0a1 (diff) | |
parent | c5386f09a7257bae94e78e4dbcde52e232516ae7 (diff) | |
download | linhes_pkgbuild-d8a29f1dc19a4f5c5df412c7712b991dd52b2c89.zip linhes_pkgbuild-d8a29f1dc19a4f5c5df412c7712b991dd52b2c89.tar.gz linhes_pkgbuild-d8a29f1dc19a4f5c5df412c7712b991dd52b2c89.tar.bz2 |
Merge branch 'master' of mihanson@knoppmyth.net:LinHES-PKGBUILD
Diffstat (limited to 'abs/core-testing/mythtv/stable-0.23/mythweb/mythweb.install')
-rw-r--r-- | abs/core-testing/mythtv/stable-0.23/mythweb/mythweb.install | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/abs/core-testing/mythtv/stable-0.23/mythweb/mythweb.install b/abs/core-testing/mythtv/stable-0.23/mythweb/mythweb.install new file mode 100644 index 0000000..470cbd1 --- /dev/null +++ b/abs/core-testing/mythtv/stable-0.23/mythweb/mythweb.install @@ -0,0 +1,10 @@ +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." +} + +op=$1 +shift +$op $* |