diff options
author | Luis Ressel <aranea@aixah.de> | 2019-01-23 21:50:10 +0000 |
---|---|---|
committer | Luis Ressel <aranea@aixah.de> | 2019-01-23 23:06:30 +0100 |
commit | 6051819177892e4d5b494cb0d753d2345399e416 (patch) | |
tree | 0e72286cebc5b700eb3e752351daeae2ff073b8e /system/man-db/man-db.trigger | |
parent | 1fc6e8628c639192e744ece0ff1297c6e891d59c (diff) | |
download | packages-6051819177892e4d5b494cb0d753d2345399e416.tar.gz packages-6051819177892e4d5b494cb0d753d2345399e416.tar.bz2 packages-6051819177892e4d5b494cb0d753d2345399e416.tar.xz packages-6051819177892e4d5b494cb0d753d2345399e416.zip |
system/man-db: Silence the mandb trigger
It's kinda hard to watch for apk warnings/errors if every invocation
(that installs man pages) is followed by a screenful of mandb
diagnostics.
mandb also prints warnings and some progress info to stderr, so we'll
still notice if there are problems.
Diffstat (limited to 'system/man-db/man-db.trigger')
-rw-r--r-- | system/man-db/man-db.trigger | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/man-db/man-db.trigger b/system/man-db/man-db.trigger index fb76aa38c..f9de5961c 100644 --- a/system/man-db/man-db.trigger +++ b/system/man-db/man-db.trigger @@ -1,3 +1,3 @@ #!/bin/sh -exec /usr/bin/mandb /usr/share/man +exec /usr/bin/mandb /usr/share/man >/dev/null |