comparison debian/dropbear.postrm @ 118:5312ca05ed48 private-rez

propagate of 717950f4061f1123659ee87c7c168805af920ab7 and 839f98f136788cc1466e4641bf796f96040a085d from branch 'matt.dbclient.authpam' to 'matt.dbclient.rez'
author Matt Johnston <matt@ucc.asn.au>
date Sun, 12 Sep 2004 04:56:50 +0000
parents b0316ce64e4b
children
comparison
equal deleted inserted replaced
57:3b2a5a1c4347 118:5312ca05ed48
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