Sophie

Sophie

distrib > Mandriva > 2007.0 > i586 > media > contrib-release > by-pkgid > 7a285ec9c7c997c8e35cb8f7504db959 > scriptlet

vdr-plugin-control-0.0.2a-5mdv2007.0.i586.rpm

POSTIN

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

POSTUN

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