Sophie

Sophie

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

vdr-plugin-osddemo-1.4.2-3mdv2007.0.i586.rpm

POSTIN

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

POSTUN

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