Sophie

Sophie

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

vdr-plugin-analogtv-1.0.00-7mdv2007.0.i586.rpm

POSTIN

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

POSTUN

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