Sophie

Sophie

distrib > Mageia > 8 > i586 > media > core-release > by-pkgid > d394b2c6aa265507b2613907d67adaa3 > scriptlet

lld-11.0.1-3.2.mga8.i586.rpm

POSTIN

/bin/sh
/usr/sbin/update-alternatives --install /usr/bin/ld ld /usr/bin/ld.lld 1

POSTUN

/bin/sh
if [ $1 -eq 0 ] ; then
  /usr/sbin/update-alternatives --remove ld /usr/bin/ld.lld
fi