Sophie

Sophie

distrib > Mageia > 7 > x86_64 > by-pkgid > 7e25f7b455da345979c9272ba12418ae > scriptlet

ghostscript-9.27-1.6.mga7.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