blob: 470cbd1032d4c6a3e4860da75921fba7c4afe9e7 (
plain)
1
2
3
4
5
6
7
8
9
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 $*
|