Sophie

Sophie

distrib > Mandriva > 2009.1 > x86_64 > media > contrib-release > by-pkgid > 9f07ec1e2729d405ae6c4e89ad2c73e7 > scriptlet

vdr-plugin-skinelchi-0.1.1-0.pre2.8mdv2009.1.x86_64.rpm

POSTIN

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

POSTUN

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