Sophie

Sophie

distrib > Mandriva > 2007.0 > i586 > by-pkgid > 38283d45247f7ba13add0e4635af7c36 > scriptlet

vdr-plugin-bitstreamout-0.85-14mdv2007.0.i586.rpm

POSTIN

/bin/sh
/usr/bin/gpasswd -a vdr audio >/dev/null
if [ "$1" = "1" ] && [ -e /etc/rc.d/init.d/vdr ]; then /sbin/service vdr plugin_install bitstreamout; fi

POSTUN

/bin/sh
if [ -e /etc/rc.d/init.d/vdr ]; then if [ "$1" = "0" ]; then /sbin/service vdr plugin_remove bitstreamout; else /sbin/service vdr plugin_upgrade bitstreamout; fi; fi