diff options
Diffstat (limited to 'debian/config')
-rwxr-xr-x | debian/config | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/debian/config b/debian/config new file mode 100755 index 0000000..a9f7b3d --- /dev/null +++ b/debian/config @@ -0,0 +1,12 @@ +#!/bin/sh + +set -e + +# Source debconf library. +. /usr/share/debconf/confmodule + +db_input high openstreetmap-carto/fetch-data || true +db_go + +db_input high openstreetmap-carto/database-name || true +db_go |