#!/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
