Sophie

Sophie

distrib > Mandriva > 2007.1 > x86_64 > media > contrib-release > by-pkgid > e1f5870e3c94a7957be0e8456e67b04b > scriptlet

vdr-plugin-osdimage-0.1.2-11mdv2007.1.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