Sophie

Sophie

distrib > Mageia > 6 > armv5tl > media > core-updates > by-pkgid > cf3c18ea1b7b90330472ecc21cc4c57b > scriptlet

ghostscript-X-9.22-1.1.mga6.armv5tl.rpm

PREUN

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

POSTIN

/bin/sh
# Set up update-alternatives entries
/usr/sbin/update-alternatives --install /usr/bin/gs gs /usr/bin/gsx 100