Sophie

Sophie

distrib > Mageia > 8 > x86_64 > by-pkgid > eb0f085c374da082540735747f64bab1 > scriptlet

cdrkit-icedax-1.1.11-15.mga8.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