Sophie

Sophie

distrib > Mandriva > 2008.0 > x86_64 > by-pkgid > cda692a2df9becb8bffada0410d48fc3 > scriptlet

vdr-plugin-osdimage-0.1.2-14mdv2008.0.x86_64.rpm

POSTIN

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

POSTUN

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