Sophie

Sophie

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

vdr-plugin-lcr-0.0.8-5mdv2007.0.i586.rpm

POSTIN

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

POSTUN

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