#!/bin/sh set -e if [ "$1" = "upgrade" ] || [ "$1" = "configure" ]; then update-alternatives --quiet --remove @TARGET@-cpp /usr/bin/@TARGET@-cpp-@BV@ fi #DEBHELPER# exit 0