Sophie

Sophie

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

vdr-plugin-dvd-0.3.6-0.b03.20060506.8mdv2007.0.i586.rpm

POSTIN

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

POSTUN

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