Bug 10141: improve editing of MARC21 bib 008/18-21 and 008/24-27
[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