Bug 23104: Add tests for maxonsiteissueqty
[koha.git] / debian / koha.config
1 #!/bin/sh
2 # config maintainer script for koha.
3
4 set -e
5
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 $@
12 fi
13