summaryrefslogtreecommitdiffstats
path: root/debian/postinst
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-06 01:16:47 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-06 01:16:47 +0000
commite92e680b99f04942e76fc2df30ff355dca90c2b8 (patch)
treeeb9311c8fa7cf5503da5ae9b94134dbe5eab57d6 /debian/postinst
parentSetting man-db/auto-update to false. (diff)
downloadman-db-e92e680b99f04942e76fc2df30ff355dca90c2b8.tar.xz
man-db-e92e680b99f04942e76fc2df30ff355dca90c2b8.zip
Silencing man-db trigger when disabled.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-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"