Sophie

Sophie

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

vdr-plugin-channelscan-0.1.0-5mdv2007.0.i586.rpm

POSTIN

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

POSTUN

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