Sophie

Sophie

distrib > * > 2008.0 > x86_64 > media > contrib-backports > by-pkgid > 372a184dcec3a79bf727258d8cfcacfb > scriptlet

vdr-plugin-image-0.2.7-8mdv2008.0.x86_64.rpm

POSTIN

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

POSTUN

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