Sophie

Sophie

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

vdr-plugin-joystick-0.0.3-6mdv2007.0.i586.rpm

POSTIN

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

POSTUN

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