Sophie

Sophie

distrib > Mageia > 5 > x86_64 > media > core-updates > by-pkgid > fe065b4d18ea0202e8d4d2343ad00170 > scriptlet

ghostscript-9.22-1.mga5.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