/mandos/release

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/release

« back to all changes in this revision

Viewing changes to debian/mandos-client.postrm

  • Committer: Björn Påhlsson
  • Date: 2008-09-19 20:42:17 UTC
  • mto: (237.7.1 mandos) (24.1.154 mandos)
  • mto: This revision was merged to the branch mainline in revision 203.
  • Revision ID: belorn@braxen-20080919204217-q6q70pvgybph0ekd
changed 2007-2008 copyright notice to 2008

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
        ;;
42
42
 
43
43
    purge)
44
 
        shred --remove /etc/keys/mandos/seckey.txt 2>/dev/null || :
 
44
        shred --remove /etc/keys/mandos/seckey.txt || :
45
45
        rm --force /etc/mandos/plugin-runner.conf \
46
46
            /etc/keys/mandos/pubkey.txt \
47
 
            /etc/keys/mandos/seckey.txt 2>/dev/null
 
47
            /etc/keys/mandos/seckey.txt
48
48
        ;;
49
49
    upgrade|failed-upgrade|disappear|abort-install|abort-upgrade)
50
50
        ;;
51
51
 
52
52
    *)
53
 
        echo "$0 called with unknown argument '$1'" 1>&2
 
53
        echo "$0 called with unknown argument \`$1'" 1>&2
54
54
        exit 1
55
55
        ;;
56
56
esac