updated on Thu Jan 26 12:02:26 UTC 2012
[aur-mirror.git] / vdr-xine / vdr-xine.install
blob7800ad80394e4f9d3528ab01c4139d3cde12d518
1 # vdr-xine.install
3 # Assumed VDR directory environment
4 VDR_USER=vdr
5 CONFDIR=/etc/vdr
6 PLUGINS_CONFDIR=${CONFDIR}/plugins
8 # Package-specific
9 PLUGIN_NAME=xine
10 THIS_PLUGIN_CONFDIR=${PLUGINS_CONFDIR}/${PLUGIN_NAME}
12 ## arg 1:  the new package version
13 post_install() {
14   echo "*********************************************************************"
15   echo '  Configuration files are installed in "'${THIS_PLUGIN_CONFDIR}'"'
16   echo "*********************************************************************"
17   if getent passwd ${VDR_USER} >/dev/null; then
18     chown ${VDR_USER}:${VDR_USER} ${PLUGINS_CONFDIR}
19     chown -R ${VDR_USER}:${VDR_USER} ${THIS_PLUGIN_CONFDIR}
20   fi
23 ## arg 1:  the new package version
24 ## arg 2:  the old package version
25 post_upgrade() {
26   post_install $1