/mandos/trunk

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

« back to all changes in this revision

Viewing changes to debian/mandos-client.postrm

  • Committer: Teddy Hogeborn
  • Date: 2015-07-12 02:08:25 UTC
  • Revision ID: teddy@recompile.se-20150712020825-ng26jprj9m8crbo8
Don't use absolute paths to commands in Debian configurations scripts.

* debian/mandos-client.postinst: Don't use absolute paths to commands.
* debian/mandos-client.postrm: - '' -

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
        shred --remove /etc/keys/mandos/seckey.txt 2>/dev/null || :
44
44
        rm --force /etc/mandos/plugin-runner.conf \
45
45
            /etc/keys/mandos/pubkey.txt \
46
 
            /etc/keys/mandos/seckey.txt \
47
 
            /etc/keys/mandos/dhparams.pem 2>/dev/null
 
46
            /etc/keys/mandos/seckey.txt 2>/dev/null
48
47
        update_initramfs
49
48
        ;;
50
49
    upgrade|failed-upgrade|disappear|abort-install|abort-upgrade)