Sophie

Sophie

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

vdr-plugin-csf-0.0.1-5mdv2007.0.i586.rpm

POSTIN

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

POSTUN

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