Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > media > contrib-release > by-pkgid > c2e221a81333e4f69037a866da175b48 > scriptlet

vdr-plugin-softdevice-0.4.0-5.20080104.1mdv2008.1.x86_64.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 softdevice; fi

POSTUN

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