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