Use /etc/mysql/koha-common.cnf instead of the Debian one.
[koha.git] / debian / koha-common.postinst
1 #!/bin/sh
2
3 set -e
4
5 conf=/etc/mysql/koha-common.cnf
6 if [ ! -e "$conf" ]
7 then
8     ln -s debian.cnf /etc/mysql/koha-common.cnf
9 fi
10
11 #DEBHELPER#