Sophie

Sophie

distrib > Mandriva > 2007.0 > i586 > media > contrib-release > by-pkgid > 4028138558d730750c06288048c17b52 > scriptlet

vdr-plugin-dvdswitch-0.1.2-5mdv2007.0.i586.rpm

POSTIN

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

POSTUN

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