~ubuntu-branches/ubuntu/maverick/gcc-4.2/maverick

« back to all changes in this revision

Viewing changes to debian/gpc-2.1-4.2-doc.postinst

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2008-05-20 14:00:29 UTC
  • mfrom: (1.1.15 upstream)
  • Revision ID: james.westby@ubuntu.com-20080520140029-x49td702bxdpfw0q
Tags: 4.2.4-0ubuntu1
Update to SVN 20080520 from the ubuntu/gcc-4_2-branch, corresponding
to the GCC-4.2.4 release.

Show diffs side-by-side

added added

removed removed

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