diff options
-rwxr-xr-x | examples/D80no-man-db-rebuild | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/D80no-man-db-rebuild b/examples/D80no-man-db-rebuild new file mode 100755 index 0000000..f75dbc3 --- /dev/null +++ b/examples/D80no-man-db-rebuild @@ -0,0 +1,7 @@ +#!/bin/sh +# Don't rebuild man-db + +echo "I: Preseed man-db/auto-update to false" +debconf-set-selections <<EOF +man-db man-db/auto-update boolean false +EOF |