Bug 36665: (follow-up) Wrap code block in type ne 'opac' conditional
[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 https://wiki.koha-community.org/wiki/Installation_Documentation
20 for instructions on how to configure things after installing the koha package.
21
22 eof