Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > media > contrib-release > by-pkgid > f8e7e99aeefba1772a75e1a3a67468f0 > scriptlet

vdr-plugin-channelscan-0.1.0-12mdv2008.1.x86_64.rpm

POSTIN

/bin/sh
if [ "$1" = "1" ] && [ -e /etc/rc.d/init.d/vdr ]; then /sbin/service vdr plugin_install channelscan; fi

POSTUN

/bin/sh
if [ -e /etc/rc.d/init.d/vdr ]; then if [ "$1" = "0" ]; then /sbin/service vdr plugin_remove channelscan; else /sbin/service vdr plugin_upgrade channelscan; fi; fi