1 # vdr-xineliboutput.install
3 # Assumed VDR directory environment
8 PLUGIN_NAME=vdr-xineliboutput
10 ## arg 1: the new package version
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}'"'
17 echo ' Copy the chosen file to "'${CONFDIR}'/remote.conf"'
19 echo "*********************************************************************"
22 ## arg 1: the new package version
23 ## arg 2: the old package version