summaryrefslogtreecommitdiffstats
path: root/debian/cpp-BV-CRB.preinst.in
blob: 408889b10ced4a944c893a0c7a9a345cffd378bf (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@-cpp /usr/bin/@TARGET@-cpp-@BV@
fi

#DEBHELPER#

exit 0