Sophie

Sophie

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

vdr-plugin-digicam-1.0.2-2mdv2007.1.x86_64.rpm

POSTIN

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

POSTUN

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