Main Koha release repository https://koha-community.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

22 lines
442 B

#!/bin/sh
set -e
dbc_generate_include="template:/etc/koha/koha-conf.xml"
dbc_generate_include_args="
-o template_infile=/usr/share/koha/koha-conf.xml.in
-O root:www-data -m 0640
"
. /usr/share/debconf/confmodule
. /usr/share/dbconfig-common/dpkg/postinst.mysql
dbc_go koha $@
#DEBHELPER#
cat <<eof
Please see /usr/share/doc/koha/README.Debian for instructions on how to
configure things after installing the koha package.
eof