Bug 6540 - Followup - koha-create would die without --configfile
[koha.git] / debian / koha.postinst
1 #!/bin/sh
2
3 set -e
4
5 dbc_generate_include="template:/etc/koha/koha-conf.xml"
6 dbc_generate_include_args="
7     -o template_infile=/usr/share/koha/koha-conf.xml.in
8     -O root:www-data -m 0640
9 "
10
11 . /usr/share/debconf/confmodule
12 . /usr/share/dbconfig-common/dpkg/postinst.mysql 
13 dbc_go koha $@
14
15 #DEBHELPER#
16
17 cat <<eof
18
19 Please see /usr/share/doc/koha/README.Debian for instructions on how to
20 configure things after installing the koha package.
21
22 eof