Sophie

Sophie

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

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

POSTIN

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

POSTUN

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