#!/bin/sh
# postinst script for libgs9.26-common

set -e

update-alternatives --install /usr/share/ghostscript/current \
		    ghostscript-current \
		    /usr/share/ghostscript/9.26 \
		    `echo '9.26' | sed -e 's/\.//'` || true



exit 0
