Sophie

Sophie

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

ghostscript-9.14-3.1.mga5.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