Koha/debian/koha.postinst
Lars Wirzenius 79a0c93ddd Bug 4817: Point to README.Debian in koha package description, postinst output.
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
2010-05-27 05:19:03 -04:00

22 lines
442 B
Bash

#!/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