Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > cf2bae40c2ed8d36ad2fe9cfeaf11b71 > scriptlet

cdrkit-icedax-1.1.11-4.mga4.x86_64.rpm

PREIN

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

POSTIN

/bin/sh
update-alternatives --install /usr/bin/cdda2wav cdda2wav /usr/bin/icedax 10 \
    --slave /usr/share/man/man1/cdda2wav.1.xz cdda2wav.1.xz /usr/share/man/man1/icedax.1.xz

POSTUN

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