updated on Tue Jan 10 08:08:34 UTC 2012
[aur-mirror.git] / xmltvproducer-svn / xmltvproducer.install
blob91499b7b6e6d8275972ef9fe6484f1f3bcdf40e6
1 post_install() {
2 cat << _EOF
3 Configure before first use!
4   - change into /usr/share/xmltvproducer
5   - do cp sample-xmltvproducer_env_config.php config.php
6     (as root)
7   - modify config.php to your needsĀ (\$xmltv_cache_params,
8     \$xmltv_output,..)
9   - uncomment extension=curl.so in /etc/php/php.ini
10   - append /usr/share/xmltvproducer/ to open_basedir= line
11     in /etc/php/php.ini
13 Run grabxmltv.sh to check if everything works fine.
14 _EOF
17 post_upgrade() {
18         post_install
21 op=$1
22 shift
23 $op $*