aboutsummaryrefslogtreecommitdiff
path: root/examples/D80no-man-db-rebuild
blob: f75dbc3e9214563a428e048978c95629a7255074 (plain)
1
2
3
4
5
6
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