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

« back to all changes in this revision

Viewing changes to debian/gpc-PV-BV-doc.prerm

  • 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-@PV@-@BV@.info.gz ]; then
4
 
  install-info --quiet --remove gpc-@PV@-@BV@
5
 
else
6
 
  # GFDL invariant free
7
 
  true
8
 
fi
9
 
 
10
 
#DEBHELPER#