Sophie

Sophie

distrib > Mandriva > 2007.0 > i586 > by-pkgid > 4007859f0b42f4fed7f38432f92c4506 > scriptlet

vdr-plugin-pilot-0.0.9-5mdv2007.0.i586.rpm

POSTIN

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

POSTUN

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