Sophie

Sophie

distrib > Mandriva > 2008.0 > i586 > media > contrib-release > by-pkgid > 6be1a6e94472d3805b7f7d8772dadc72 > scriptlet

vdr-plugin-btrcu-0.0.1-11mdv2008.0.i586.rpm

POSTIN

/bin/sh
if [ "$1" = "1" ] && [ -e /etc/rc.d/init.d/vdr ]; then /sbin/service vdr plugin_install btrcu; fi

POSTUN

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