~ubuntu-branches/ubuntu/gutsy/gcc-4.0/gutsy

« back to all changes in this revision

Viewing changes to debian/libgcjGCJ.postinst

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2006-03-12 01:05:17 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060312010517-4dvdut30r8l8leij
Tags: 4.0.3-1ubuntu1
* Synchronize with Debian unstable.
* Fix upgrade from version 4.0.2-9ubuntu1, loosing the Debian changelog.

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/libgcj@GCJ@
 
6
        if [ -d $docdir ] && [ ! -h $docdir ]; then
 
7
            rm -rf $docdir
 
8
            ln -s gcj-@BV@-base $docdir
 
9
        fi
 
10
esac
 
11
 
 
12
#DEBHELPER#