Sophie

Sophie

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

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

POSTIN

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

POSTUN

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