Sophie

Sophie

distrib > Mandriva > 2011.0 > x86_64 > media > main-release > by-pkgid > c71fdb4889b829e92161b593044aac85 > scriptlet

cdrkit-1.1.11-2.x86_64.rpm

PREIN

/bin/sh
/usr/share/rpm-helper/add-group cdrkit $1 cdwriter

POSTIN

/bin/sh
update-alternatives --install /usr/bin/cdrecord cdrecord /usr/bin/wodim 10 \
    --slave /usr/share/man/man1/cdrecord.1.xz cdrecord.1.xz /usr/share/man/man1/wodim.1.xz
update-alternatives --install /usr/bin/readcd readcd /usr/bin/readom 10 \
    --slave /usr/share/man/man1/readcd.1.xz readcd.1.xz /usr/share/man/man1/readom.1.xz

POSTUN

/bin/sh
/usr/share/rpm-helper/del-group cdrkit $1 cdwriter 
if [ "$1" = "0" ]; then
  update-alternatives --remove cdrecord /usr/bin/wodim
  update-alternatives --remove readcd /usr/bin/readom
fi