diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 10:50:38 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 10:50:38 +0000 |
commit | 7168ec1d4a079e5902ece990a40e541a08f1390a (patch) | |
tree | 9abf5e8908a568d30175d0d28f7d93e4a73c5ccb | |
parent | Setting man-db/auto-update to false. (diff) | |
download | man-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/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" |