Bug 16699: Remove requirement from borrowernumberQueryParam
[koha.git] / debian / koha.postinst
blob84df34a72e21ae38d61fd76da5339b72366a40e5
1 #!/bin/sh
3 set -e
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
11 . /usr/share/debconf/confmodule
12 . /usr/share/dbconfig-common/dpkg/postinst.mysql
13 dbc_go koha $@
15 #DEBHELPER#
17 cat <<eof
19 Please see /usr/share/doc/koha/README.Debian for instructions on how to
20 configure things after installing the koha package.
22 eof