summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 10:50:38 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 10:50:38 +0000
commit7168ec1d4a079e5902ece990a40e541a08f1390a (patch)
tree9abf5e8908a568d30175d0d28f7d93e4a73c5ccb
parentSetting man-db/auto-update to false. (diff)
downloadman-db-7168ec1d4a079e5902ece990a40e541a08f1390a.tar.xz
man-db-7168ec1d4a079e5902ece990a40e541a08f1390a.zip
Silencing man-db trigger when disabled.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/postinst1
1 files changed, 0 insertions, 1 deletions
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"