~ubuntu-branches/ubuntu/oneiric/mcollective/oneiric-proposed

« back to all changes in this revision

Viewing changes to debian/mcollective.postrm

  • Committer: Bazaar Package Importer
  • Author(s): Marc Cluet, Marc Cluet, Andres Rodriguez
  • Date: 2011-07-06 09:47:40 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20110706094740-x1lthyqo52rdkgad
Tags: 1.2.1-0ubuntu1
[ Marc Cluet ]
* Update to 1.2.1
* debian/control: Add Depends on ruby, rubygems, libstomp-ruby
* debian/rules: Fix permissions and remove .gitignore.
* debian/mcollective.postrm: Do not purge server.cfg.

[ Andres Rodriguez ]
* debian/patches/drop-init-script.patch: Refreshed.

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
 
    ucfr --purge mcollective /etc/mcollective/server.cfg
5
4
    update-rc.d mcollective remove >/dev/null
6
5
fi
7
6