Sophie

Sophie

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

vdr-plugin-calc-0.0.1-0.rc5.9mdv2007.1.x86_64.rpm

POSTIN

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

POSTUN

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