mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
11 lines
281 B
Text
11 lines
281 B
Text
|
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 $*
|