diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 01:16:47 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 01:16:47 +0000 |
commit | e92e680b99f04942e76fc2df30ff355dca90c2b8 (patch) | |
tree | eb9311c8fa7cf5503da5ae9b94134dbe5eab57d6 | |
parent | Setting man-db/auto-update to false. (diff) | |
download | man-db-e92e680b99f04942e76fc2df30ff355dca90c2b8.tar.xz man-db-e92e680b99f04942e76fc2df30ff355dca90c2b8.zip |
Silencing man-db trigger when disabled.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/postinst | 1 |
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" |