~ubuntu-branches/ubuntu/warty/proj/warty

« back to all changes in this revision

Viewing changes to debian/postrm

  • Committer: Bazaar Package Importer
  • Author(s): Peter S Galbraith
  • Date: 2002-01-11 10:27:12 UTC
  • Revision ID: james.westby@ubuntu.com-20020111102712-bq8acujpt0ur2u7r
Tags: 4.4.5-1
* New upstream version (Bug fix release).
* debian/control Fix minor spelling mistake (closes: #125272)
* Update to Standards-Version 3.5.6, parse DEB_BUILD_OPTIONS for debug.
* debian/postrm: Add debhelper token (bug fix!).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
 
 
3
set -e
 
4
 
 
5
if [ "$1" = "remove" ]; then
 
6
        ldconfig
 
7
fi
 
8
 
 
9
#DEBHELPER#