Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 4d8c3a64315b7676dc9b572cc07cf942 > scriptlet

ghostscript-9.10-2.mga4.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