Sophie

Sophie

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

vdr-plugin-clock-0.0.6-5mdv2007.0.i586.rpm

POSTIN

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

POSTUN

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