Sophie

Sophie

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

vdr-plugin-fussball-0.0.3b-2mdv2007.0.i586.rpm

POSTIN

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

POSTUN

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