From e701e6a6d5483ee097957187fb763f7cd7783765 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 17:20:19 +0200 Subject: Silencing man-db trigger when disabled. Signed-off-by: Daniel Baumann --- debian/postinst | 1 - 1 file changed, 1 deletion(-) diff --git a/debian/postinst b/debian/postinst index 4ea6a18..91027b7 100644 --- a/debian/postinst +++ b/debian/postinst @@ -12,7 +12,6 @@ ensure_catdir () { run_mandb () { if [ ! -e /var/lib/man-db/auto-update ]; then - echo "Not building database; man-db/auto-update is not 'true'." >&2 return 0 fi # shellcheck disable=SC3043 -- cgit v1.2.3