Explorar el Código

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

Hal Emmerich hace 4 años
padre
commit
413fd45f91
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  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