summaryrefslogtreecommitdiff
path: root/pbuilder/hooks/D80no-man-db-rebuild
blob: f75dbc3e9214563a428e048978c95629a7255074 (plain)
  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