summaryrefslogtreecommitdiff
path: root/debian/openssh-known-hosts.prerm
diff options
context:
space:
mode:
authorTimo Weingärtner <timo@tiwe.de>2012-02-25 21:17:02 +0100
committerTimo Weingärtner <timo@tiwe.de>2012-02-25 21:17:02 +0100
commit550c2f513a05899566ca90a1e859218ee44a8ac7 (patch)
tree4a357b16b938c67463822b1394b09403e086e709 /debian/openssh-known-hosts.prerm
parent4b444020fa50e4f22a427b981c582b35cdb4efb1 (diff)
downloadopenssh-known-hosts-550c2f513a05899566ca90a1e859218ee44a8ac7.tar.gz
Imported Debian version 0.3debian/0.3
Diffstat (limited to 'debian/openssh-known-hosts.prerm')
-rw-r--r--debian/openssh-known-hosts.prerm3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/openssh-known-hosts.prerm b/debian/openssh-known-hosts.prerm
index 0a34eba..b5730c7 100644
--- a/debian/openssh-known-hosts.prerm
+++ b/debian/openssh-known-hosts.prerm
@@ -40,6 +40,9 @@ if [ -L /etc/ssh/ssh_known_hosts ] && \
rm /etc/ssh/ssh_known_hosts
fi
+rmdir /usr/local/share/openssh-known-hosts/plugins 2>/dev/null || true
+rmdir /usr/local/share/openssh-known-hosts 2>/dev/null || true
+
exit 0