Silencing man-db trigger when disabled.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
This commit is contained in:
parent
ea2423d309
commit
edb10e0ec5
1 changed files with 0 additions and 1 deletions
1
debian/postinst
vendored
1
debian/postinst
vendored
|
@ -12,7 +12,6 @@ ensure_catdir () {
|
||||||
|
|
||||||
run_mandb () {
|
run_mandb () {
|
||||||
if [ ! -e /var/lib/man-db/auto-update ]; then
|
if [ ! -e /var/lib/man-db/auto-update ]; then
|
||||||
echo "Not building database; man-db/auto-update is not 'true'." >&2
|
|
||||||
return 0
|
return 0
|
||||||
fi
|
fi
|
||||||
# shellcheck disable=SC3043
|
# shellcheck disable=SC3043
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue