blob: a9f7b3d9979378349c8fe74aae250e165a1dcc2a (
plain)
1
2
3
4
5
6
7
8
9
10
11
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
|