Browse Source

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

Hal Emmerich 3 years ago
parent
commit
413fd45f91
1 changed files with 7 additions and 0 deletions
  1. 7 0
      resources/BuildResources/pbuilder/hooks/D60no-man-db-rebuild

+ 7 - 0
resources/BuildResources/pbuilder/hooks/D60no-man-db-rebuild

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