summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 19:37:42 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 19:37:42 +0000
commit4a2cc735189e43edc63dd2441d95f3ea8385de66 (patch)
tree501a1c251a0fce3e7c34d5871bc69314fb9f57a9
parentSetting man-db/auto-update to false. (diff)
downloadman-db-4a2cc735189e43edc63dd2441d95f3ea8385de66.tar.xz
man-db-4a2cc735189e43edc63dd2441d95f3ea8385de66.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 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