summaryrefslogtreecommitdiff
path: root/debian/gcc-BV-hppa64.postinst
blob: ed5d095ac3236d8d5d001a48b419e1790154d2f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#! /bin/sh -e

prio=$(echo @BV@ | sed 's/\.//g')

update-alternatives --quiet \
	--install /usr/bin/hppa64-linux-gnu-gcc \
		hppa64-linux-gnu-gcc \
		/usr/bin/hppa64-linux-gnu-gcc-@BV@ \
		$prio

#DEBHELPER#

exit 0