Sophie

Sophie

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

vdr-plugin-femon-1.0.1-6mdv2007.0.i586.rpm

POSTIN

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

POSTUN

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