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

« back to all changes in this revision

Viewing changes to debian/postrm

  • Committer: Bazaar Package Importer
  • Author(s): Mark Johnson
  • Date: 2004-01-30 21:27:04 UTC
  • mfrom: (0.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040130212704-tbl6kc33lzm0f6ni
Tags: 1.1.0-3
Fixed compatibility symlinks.

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