~ubuntu-branches/ubuntu/precise/gccgo-4.7/precise

« back to all changes in this revision

Viewing changes to debian/lib64stdc++CXX.postinst

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2012-03-11 19:37:32 UTC
  • Revision ID: package-import@ubuntu.com-20120311193732-ty08ntcphseuouao
Tags: 4.7.0~rc1-0ubuntu1
* Build standalone gccgo-4.7 packages.
* libgo: Work around parse error of struct timex_ on ARM.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /bin/sh -e
 
2
 
 
3
case "$1" in
 
4
    configure)
 
5
        docdir=/usr/share/doc/lib64stdc++@CXX@
 
6
        if [ -d $docdir ] && [ ! -h $docdir ]; then
 
7
            rm -rf $docdir
 
8
            ln -s gcc-@BV@-base $docdir
 
9
        fi
 
10
esac
 
11
 
 
12
#DEBHELPER#