Mercurial > dropbear
comparison debian/dropbear.postrm @ 389:5ff8218bcee9
propagate from branch 'au.asn.ucc.matt.ltm.dropbear' (head 2af95f00ebd5bb7a28b3817db1218442c935388e)
to branch 'au.asn.ucc.matt.dropbear' (head ecd779509ef23a8cdf64888904fc9b31d78aa933)
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Thu, 11 Jan 2007 03:14:55 +0000 (2007-01-11) |
parents | b0316ce64e4b |
children |
comparison
equal
deleted
inserted
replaced
388:fb54020f78e1 | 389:5ff8218bcee9 |
---|---|
1 #! /bin/sh | |
2 set -e | |
3 | |
4 test "$1" = 'purge' || exit 0 | |
5 if test -e /etc/dropbear; then | |
6 rm -f /etc/dropbear/dropbear_rsa_host_key | |
7 rm -f /etc/dropbear/dropbear_dss_host_key | |
8 rmdir --ignore-fail-on-non-empty /etc/dropbear | |
9 fi | |
10 update-rc.d dropbear remove >/dev/null | |
11 rm -f /etc/default/dropbear | |
12 rm -rf /etc/dropbear/supervise /etc/dropbear/log/supervise |