/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-16 20:30:35 UTC
  • Revision ID: teddy@recompile.se-20150716203035-z7qjwm270o2vrjah
Assume the C11 language (ISO 9899:2011), when compiling C code.

* Makefile (LANGUAGE): Changed to "-std=gnu11".

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)