This repository has been archived on 2021-04-26. You can view files and clone it, but cannot push or open issues or pull requests.
gallery3-debian/debian/config
2013-04-04 09:26:01 +00:00

20 lines
365 B
Bash

#!/bin/sh
set -e
# Source debconf library.
. /usr/share/debconf/confmodule
if [ -f /usr/share/dbconfig-common/dpkg/config.mysql ]; then
. /usr/share/dbconfig-common/dpkg/config.mysql
dbc_go gallery3 $@
fi
db_version 2.0 || [ 0 -lt 30 ]
db_input high gallery3/webserver_type || true
db_input high gallery3/admin-password || true
db_go || true