Sophie

Sophie

distrib > Mandriva > 2007.0 > i586 > media > contrib-release > by-pkgid > 01590041ff86c1ebf5ec98f9c0c8218d > scriptlet

vdr-plugin-pvrinput-0.1.1-6mdv2007.0.i586.rpm

POSTIN

/bin/sh
if [ "$1" = "1" ]; then /sbin/service vdr plugin_install pvrinput; fi

POSTUN

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