~angelsl/ubuntu/wily/gcc-5/mips-cross

« back to all changes in this revision

Viewing changes to debian/gccgo-BV.postinst

  • Committer: angelsl
  • Date: 2015-10-30 03:30:35 UTC
  • Revision ID: angelsl-20151030033035-rmug41zm8hyjgisg
Original import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /bin/sh -e
 
2
 
 
3
# see #779503, base version (50) + go version (1.4)
 
4
prio=54
 
5
 
 
6
case "$1" in
 
7
    configure)
 
8
        update-alternatives \
 
9
            --install /usr/bin/go go /usr/bin/go-@BV@ $prio \
 
10
            --slave /usr/bin/gofmt gofmt /usr/bin/gofmt-@BV@
 
11
        ;;
 
12
esac
 
13
 
 
14
#DEBHELPER#
 
15
 
 
16
exit 0