Sophie

Sophie

distrib > Mandriva > 2007.0 > i586 > media > contrib-release > by-pkgid > e379f3c22ea2b2bf5d32393ab732c1ab > scriptlet

vdr-plugin-sky-1.4.2-3mdv2007.0.i586.rpm

POSTIN

/bin/sh
if [ "$1" = "1" ]; then /sbin/service vdr plugin_install sky; fi

POSTUN

/bin/sh
if [ "$1" = "0" ]; then /sbin/service vdr plugin_remove sky; else /sbin/service vdr plugin_upgrade sky; fi