updated on Wed Jan 18 08:00:29 UTC 2012
[aur-mirror.git] / vdr-xineliboutput / vdr-xineliboutput.install
blob730db3f1662220861cfe7fd4dc3efd784bdc1f3c
1 # vdr-xineliboutput.install
3 # Assumed VDR directory environment
4 VDR_USER=vdr
5 CONFDIR=/etc/vdr
7 # Package-specific
8 PLUGIN_NAME=vdr-xineliboutput
10 ## arg 1:  the new package version
11 post_install() {
12   echo "*********************************************************************"
13   echo '  Example remote.conf files are in "/usr/share/doc/'${PLUGIN_NAME}'"'
14   if getent passwd ${VDR_USER} >/dev/null; then
15     echo '  Copy the chosen file to "'${CONFDIR}'/remote.conf" and chown to "'${VDR_USER}':'${VDR_USER}'"'
16   else
17     echo '  Copy the chosen file to "'${CONFDIR}'/remote.conf"'
18   fi
19   echo "*********************************************************************"
22 ## arg 1:  the new package version
23 ## arg 2:  the old package version
24 post_upgrade() {
25   post_install $1