Koha/debian/koha.postinst
Lars Wirzenius 97232eee15 Replace old, non-functional Debian packaging with a new one.
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
2010-04-16 00:41:54 -04:00

15 lines
301 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#