Sophie

Sophie

distrib > Mageia > 6 > armv7hl > media > core-updates > by-pkgid > 3157f504b8e83c68534b5ec772e8089d > scriptlet

ghostscript-9.26-1.5.mga6.armv7hl.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