Sophie

Sophie

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

vdr-plugin-subtitles-0.4.0-7mdv2007.0.i586.rpm

POSTIN

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

POSTUN

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