#!/bin/sh set -e case "$1" in configure) update-alternatives --remove otc /usr/bin/otc.sh ;; esac
The Open Build Service is an openSUSE project.