don't rebuild the man-db in pbuilder when building packages
This commit is contained in:
parent
901ab793a4
commit
413fd45f91
7
resources/BuildResources/pbuilder/hooks/D60no-man-db-rebuild
Executable file
7
resources/BuildResources/pbuilder/hooks/D60no-man-db-rebuild
Executable 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
|
Loading…
Reference in New Issue
Block a user