Sophie

Sophie

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

vdr-plugin-channelswitcher-0.0.1b-5mdv2007.0.i586.rpm

POSTIN

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

POSTUN

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