Bug 21637: Fixed upercase letter in EasyAnalyticalRecords syspref
[koha.git] / debian / koha.config
blobdbadd0acbbe1bbba40379c4f952e6fda228b31b2
1 #!/bin/sh
2 # config maintainer script for koha.
4 set -e
6 # source debconf stuff
7 . /usr/share/debconf/confmodule
8 # source dbconfig-common shell library, and call the hook function
9 if [ -f /usr/share/dbconfig-common/dpkg/config.mysql ]; then
10 . /usr/share/dbconfig-common/dpkg/config.mysql
11 dbc_go koha $@