Sophie

Sophie

distrib > Mandriva > 2007.0 > i586 > media > contrib-release > by-pkgid > 26feb0313c2719409141fbb307d013d0 > scriptlet

vdr-plugin-dvdselect-0.8-5mdv2007.0.i586.rpm

POSTIN

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

POSTUN

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