diff options
Diffstat (limited to 'debian/openssh-known-hosts.prerm')
-rw-r--r-- | debian/openssh-known-hosts.prerm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/debian/openssh-known-hosts.prerm b/debian/openssh-known-hosts.prerm index fc24391..259a2c0 100644 --- a/debian/openssh-known-hosts.prerm +++ b/debian/openssh-known-hosts.prerm @@ -23,8 +23,6 @@ case "$1" in [ "`readlink /etc/ssh/ssh_known_hosts`" = /var/lib/openssh-known-hosts/ssh_known_hosts ]; then 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 ;; upgrade|failed-upgrade) ;; |