Sophie

Sophie

distrib > Mageia > cauldron > x86_64 > media > core-release > by-pkgid > b9e7e1e1a5edf079a405336c193e10b3 > scriptlet

ghostscript-10.00.0-5.mga9.x86_64.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