Sophie

Sophie

distrib > Mageia > 6 > armv5tl > media > core-release > by-pkgid > 6659397c5ca7c71192d2cc93c65be7c5 > scriptlet

cdrkit-icedax-1.1.11-9.mga6.armv5tl.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