~ubuntu-branches/ubuntu/saucy/hardening-wrapper/saucy-proposed

« back to all changes in this revision

Viewing changes to debian/hardening-wrapper.postrm

  • Committer: Bazaar Package Importer
  • Author(s): Kees Cook
  • Date: 2010-07-09 09:33:15 UTC
  • Revision ID: james.westby@ubuntu.com-20100709093315-rg7bwmenwd3hyfor
Tags: 1.29
* debian/control: add Conflicts for binutils-multiarch (Closes: 579409,
  LP: #596136).
* debian/hardening-wrapper.postrm: remove attempted diversions on
  installation failure.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
                --rename --remove /usr/bin/"$1" || true
7
7
}
8
8
 
9
 
if [ "$1" = "remove" ]; then
 
9
if [ "$1" = "remove" ] || [ "$1" = "abort-install" ]; then
10
10
        # handle diversions (change debian/rules, debian/h-w.preinst too)
11
11
        for ver in 4.1 4.2 4.3 4.4 4.5
12
12
        do