File debian.postinst of Package otc-tools

#!/bin/sh

set -e

case "$1" in
    configure)
	update-alternatives --quiet --install /usr/bin/otc otc /usr/bin/otc.sh 15
    ;;
esac

openSUSE Build Service is sponsored by