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

18 lines
318 B
Plaintext
Raw Normal View History

2011-01-23 06:43:51 +00:00
#!/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_go || true