Sophie

Sophie

distrib > Mandriva > 2008.0 > i586 > media > contrib-updates > by-pkgid > 5fa8615cb072d4b0361bfbc791b4a6db > scriptlet

vdr-plugin-hello-1.4.7-6.1mdv2008.0.i586.rpm

POSTIN

/bin/sh
if [ "$1" = "1" ] && [ -e /etc/rc.d/init.d/vdr ]; then /sbin/service vdr plugin_install hello; fi

POSTUN

/bin/sh
if [ -e /etc/rc.d/init.d/vdr ]; then if [ "$1" = "0" ]; then /sbin/service vdr plugin_remove hello; else /sbin/service vdr plugin_upgrade hello; fi; fi