From 1fe331430c9f2a0dcfa5fa32734ab203a49dd89c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 8 Feb 2019 21:51:15 +0100 Subject: Silencing rmdir in postrm. Signed-off-by: Daniel Baumann --- debian/progress-linux.postrm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/progress-linux.postrm b/debian/progress-linux.postrm index c5a43d7..086b5ff 100755 --- a/debian/progress-linux.postrm +++ b/debian/progress-linux.postrm @@ -33,7 +33,7 @@ Remove_ssh_known_hosts () rm -f /etc/ssh/ssh_known_hosts.tmp rm -f /etc/ssh/ssh_known_hosts - rmdir /etc/ssh 2>&1 || true + rmdir /etc/ssh > /dev/null 2>&1 || true else mv -f /etc/ssh/ssh_known_hosts.tmp /etc/ssh/ssh_known_hosts fi -- cgit v1.2.3