~ubuntu-branches/ubuntu/hardy/gcj-4.2/hardy-proposed

« back to all changes in this revision

Viewing changes to debian/gpc-BV-doc.postinst

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2007-08-27 19:03:56 UTC
  • Revision ID: james.westby@ubuntu.com-20070827190356-mhz77izmwht6vcx7
Tags: 4.2.1-4ubuntu1
Upload as gcj-4.2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /bin/sh -e
 
2
 
 
3
if [ -f /usr/share/info/gpc-@BV@.info.gz ]; then
 
4
  install-info --quiet --section "Development" "Development" \
 
5
        --description="The GNU Pascal compiler." \
 
6
        /usr/share/info/gpc-@BV@.info
 
7
else
 
8
  # GFDL invariant free
 
9
  true
 
10
fi
 
11
 
 
12
#DEBHELPER#