~ubuntu-branches/ubuntu/warty/docbook-html-forms/warty

« back to all changes in this revision

Viewing changes to debian/postrm

  • Committer: Bazaar Package Importer
  • Author(s): Mark Johnson
  • Date: 2001-06-20 13:15:31 UTC
  • Revision ID: james.westby@ubuntu.com-20010620131531-elulqa92gcfcyqm5
Tags: 1.0-1
Initial Release. Closes: bug#85391

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /bin/sh
 
2
# postrm script for docbook-html-forms
 
3
#
 
4
 
 
5
set -e
 
6
 
 
7
PACKAGE=docbook-html-forms
 
8
 
 
9
if [ "$1" = disappear ]; then
 
10
    if ! install-sgmlcatalog --quiet --remove $PACKAGE
 
11
    then
 
12
        echo "$0: install-sgmlcatalog failed
 
13
  There may be $PACKAGE SGML entities left over in the SGML catalog.
 
14
  Continuing anyway." 1>&2 
 
15
    fi
 
16
fi
 
17
 
 
18
# automatically generated debhelper commands
 
19
#DEBHELPER#
 
20
 
 
21
exit 0