Sophie

Sophie

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

vdr-plugin-mplayer-0.9.15-0.pre14.4mdv2007.0.i586.rpm

POSTIN

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

POSTUN

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