File: gcc-BV-hppa64.postinst

package info (click to toggle)
gcc-3.3 1%3A3.3.6ds1-32
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 25,816 kB
  • sloc: sh: 10,372; makefile: 1,050; perl: 155; awk: 23; cpp: 14
file content (13 lines) | stat: -rw-r--r-- 203 bytes parent folder | download | duplicates (11)
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-gcc \
		hppa64-linux-gcc \
		/usr/bin/hppa64-linux-gcc-@BV@ \
		$prio

#DEBHELPER#

exit 0