D60no-man-db-rebuild 152 B

1234567
  1. #!/bin/sh
  2. # Don't rebuild man-db
  3. echo "I: Preseed man-db/auto-update to false"
  4. debconf-set-selections <<EOF
  5. man-db man-db/auto-update boolean false
  6. EOF