Sophie

Sophie

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

vdr-plugin-text2skin-1.1-0.20051217.9mdv2007.0.i586.rpm

POSTIN

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

POSTUN

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