Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > by-pkgid > 6939eec9849a980be5f4b2189f6d8b7c > scriptlet

vdr-plugin-calc-0.0.1-0.rc5.17mdv2008.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