~ubuntu-branches/ubuntu/maverick/wmmoonclock/maverick

« back to all changes in this revision

Viewing changes to debian/postrm

  • Committer: Bazaar Package Importer
  • Author(s): Martin A. Godisch
  • Date: 2008-10-26 10:02:17 UTC
  • Revision ID: james.westby@ubuntu.com-20081026100217-31merlked1sjx1bh
Tags: 1.27-25
* Removed db_purge in postrm, see: #502521.
  Thanks to Cesare Tirabassi.
* Fixed copyright file.
* Updated standards version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
set -e
4
4
 
5
5
if [ "$1" = purge ]; then
6
 
        if [ -e /usr/share/debconf/confmodule ]; then
7
 
                . /usr/share/debconf/confmodule
8
 
                db_purge
9
 
                db_stop
10
 
        fi
11
6
        if [ -x /usr/bin/ucf ]; then
12
7
                ucf --purge /etc/menu/wmmoonclock
13
8
        fi