1
0
Fork 0

Silencing man-db trigger when disabled.

Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
This commit is contained in:
Daniel Baumann 2025-06-21 08:14:26 +02:00
parent ea2423d309
commit edb10e0ec5
Signed by: daniel.baumann
GPG key ID: BCC918A2ABD66424

1
debian/postinst vendored
View file

@ -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