~ubuntu-branches/ubuntu/saucy/udisks/saucy

« back to all changes in this revision

Viewing changes to debian/udisks.postrm

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl
  • Date: 2010-09-21 21:05:40 UTC
  • Revision ID: james.westby@ubuntu.com-20100921210540-rjt0upzm4a8584cq
Tags: 1.0.1+git20100614-2
* debian/udisks.postinst
  - Query D-Bus to find out the correct pid of the process claiming
    org.freedesktop.UDisks. This way we do not accidentally kill the
    wrong process when being installed in a chroot. (Closes: #593195)
* debian/udisks.prerm
  - Stop udisks-daemon on remove. (Closes: #590013)
* debian/control
  - Bump Standards-Version to 3.9.1. No further changes.
  - Update Build-Depends according to configure.ac.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/sh
 
2
 
2
3
set -e
3
4
 
4
5
if [ "$1" = "purge" ]; then