diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 15:20:19 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 15:20:19 +0000 |
commit | e701e6a6d5483ee097957187fb763f7cd7783765 (patch) | |
tree | f8c8cb7bf9d090d6c6c0011c216ca1e38a08fc10 /debian | |
parent | Setting man-db/auto-update to false. (diff) | |
download | man-db-e701e6a6d5483ee097957187fb763f7cd7783765.tar.xz man-db-e701e6a6d5483ee097957187fb763f7cd7783765.zip |
Silencing man-db trigger when disabled.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/postinst | 1 |
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 |