Replace old, non-functional Debian packaging with a new one.
[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#