don't rebuild the man-db in pbuilder when building packages

This commit is contained in:
Hal Emmerich 2020-06-18 19:15:33 -05:00
parent 901ab793a4
commit 413fd45f91

View File

@ -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