Sophie

Sophie

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

vdr-plugin-freecell-0.0.2-7mdv2007.0.i586.rpm

POSTIN

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

POSTUN

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