From e92e680b99f04942e76fc2df30ff355dca90c2b8 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 6 May 2024 03:16:47 +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 addfdd4..b1ec424 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 local message="$1" -- cgit v1.2.3