Sophie

Sophie

distrib > Mandriva > 2007.0 > i586 > by-pkgid > 693c3665a16152bacdf3b0fade6850b7 > scriptlet

vdr-plugin-status-1.4.2-3mdv2007.0.i586.rpm

POSTIN

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

POSTUN

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