Sophie

Sophie

distrib > Mandriva > 2007.0 > i586 > media > contrib-release > by-pkgid > 129af54ddb719b378ea16e49ad02deb2 > scriptlet

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

POSTIN

/bin/sh
/usr/bin/gpasswd -a vdr audio >/dev/null
if [ "$1" = "1" ]; then /sbin/service vdr plugin_install bitstreamout; fi

POSTUN

/bin/sh
if [ "$1" = "0" ]; then /sbin/service vdr plugin_remove bitstreamout; else /sbin/service vdr plugin_upgrade bitstreamout; fi