diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-11-25 18:40:21 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-11-25 18:40:21 (GMT) |
commit | f9d8baf1e8d94e1252cbd90999d9f2382cff8a57 (patch) | |
tree | 1424c8c8b9ac2cc086ce7376ec85446ff48919fc /abs/core-testing/mythtv/stable.22/mythweb/mythweb.install | |
parent | b0fcb5694aa74b1098dc1647fa272c157d24b856 (diff) | |
parent | 1e4ef029d3646f3e86bc2a725cbed7ac1e3e6613 (diff) | |
download | linhes_pkgbuild-f9d8baf1e8d94e1252cbd90999d9f2382cff8a57.zip linhes_pkgbuild-f9d8baf1e8d94e1252cbd90999d9f2382cff8a57.tar.gz linhes_pkgbuild-f9d8baf1e8d94e1252cbd90999d9f2382cff8a57.tar.bz2 |
Merge branch 'HEAD' of ssh://cesman@knoppmyth.net/mount/repository/LinHES-PKGBUILD
Diffstat (limited to 'abs/core-testing/mythtv/stable.22/mythweb/mythweb.install')
-rw-r--r-- | abs/core-testing/mythtv/stable.22/mythweb/mythweb.install | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/abs/core-testing/mythtv/stable.22/mythweb/mythweb.install b/abs/core-testing/mythtv/stable.22/mythweb/mythweb.install new file mode 100644 index 0000000..470cbd1 --- /dev/null +++ b/abs/core-testing/mythtv/stable.22/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 $* |