Sophie

Sophie

distrib > Mandriva > 2007.0 > i586 > by-pkgid > 101dba64edf156ac02222d456a6c1c44 > scriptlet

vdr-plugin-vcd-0.7-8mdv2007.0.i586.rpm

POSTIN

/bin/sh
/usr/bin/gpasswd -a vdr cdrom >/dev/null
if [ "$1" = "1" ]; then /sbin/service vdr plugin_install vcd; fi

POSTUN

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