summaryrefslogtreecommitdiffstats
path: root/debian/g++-BV-CRB.preinst.in
blob: b69c8f8f1810646574cda290373e1e672c98d03d (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -e

if [ "$1" = "upgrade" ] || [ "$1" = "configure" ]; then
    update-alternatives --quiet --remove @TARGET@-g++ /usr/bin/@TARGET@-g++-@BV@
fi

#DEBHELPER#

exit 0