diff options
author | Christopher Baines <mail@cbaines.net> | 2014-04-13 17:06:44 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2014-04-17 14:15:27 +0100 |
commit | 30f791628692be54a7222ce46f0a2d0b163fa378 (patch) | |
tree | 883fe19d5fca9c752947ecc4b2652a50c8a39913 /debian/config | |
parent | e5acdb08d6a5d251ada74374a0bbfdda115b4c20 (diff) | |
download | openstreetmap-carto-30f791628692be54a7222ce46f0a2d0b163fa378.tar openstreetmap-carto-30f791628692be54a7222ce46f0a2d0b163fa378.tar.gz |
Imported Debian patch 2.13.0-1HEADdebian/2.13.0-1master
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 |