~ubuntu-branches/ubuntu/precise/calamaris/precise

« back to all changes in this revision

Viewing changes to debian/postrm

  • Committer: Bazaar Package Importer
  • Author(s): Christian Perrier
  • Date: 2008-01-20 14:09:06 UTC
  • mfrom: (4.1.4 hardy)
  • Revision ID: james.westby@ubuntu.com-20080120140906-g39zm6d3m3blogkt
Tags: 2.99.4.0-8
* Debconf templates and debian/control reviewed by the debian-l10n-
  english team as part of the Smith review project. Closes: #458515
* [Debconf translation updates]
* Portuguese. Closes: #458761, #458810
* Vietnamese. Closes: #459004
* Finnish. Closes: #459285
* Galician. Closes: #459301
* Italian. Closes: #460130
* Russian. Closes: #460935
* German. Closes: #460939
* Czech. Closes: #461016
* French. Closes: #461178

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#! /bin/sh -e
2
2
 
3
3
if [ "$1" = purge ]; then
4
 
        rm -f /etc/calamaris.conf
 
4
        rm -f /etc/calamaris/cron.conf
5
5
        rm -f /var/log/calamaris/*
6
6
fi
7
7