~ubuntu-branches/ubuntu/hoary/antlr/hoary

« back to all changes in this revision

Viewing changes to debian/libantlr/DEBIAN/prerm

  • Committer: Bazaar Package Importer
  • Author(s): Arnaud Vandyck
  • Date: 2004-10-01 11:39:28 UTC
  • Revision ID: james.westby@ubuntu.com-20041001113928-dzyu8kt6vbhv2az1
Tags: 2.7.4-6
debian/watch: corrected, thanks to Justin Pryzby.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/bin/sh
2
 
set -e
3
 
# Automatically added by dh_installdocs
4
 
if [ \( "$1" = "upgrade" -o "$1" = "remove" \) -a -L /usr/doc/libantlr ]; then
5
 
        rm -f /usr/doc/libantlr
6
 
fi
7
 
# End automatically added section