Sophie

Sophie

distrib > Mageia > 7 > i586 > media > core-updates > by-pkgid > a33bf003f67e67c081b3448c817a0cb7 > scriptlet

ghostscript-9.27-1.3.mga7.i586.rpm

PREUN

/bin/sh
if [ "$1" = 0 ]; then
  # Remove update-alternatives entry
  /usr/sbin/update-alternatives --remove gs /usr/bin/gsc
fi

POSTIN

/bin/sh
# Set up update-alternatives entries
/usr/sbin/update-alternatives --install /usr/bin/gs gs /usr/bin/gsc 200