Sophie

Sophie

distrib > Mandriva > 2007.0 > i586 > by-pkgid > 4f519b8610c81a1c5fd231594a30aeab > scriptlet

vdr-plugin-image-0.2.6-5mdv2007.0.i586.rpm

POSTIN

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

POSTUN

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