Merge remote-tracking branch 'kc/new/bug_6170' into kcmaster
[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" ] && [ ! -L "$conf" ]
7 then
8     ln -s debian.cnf "$conf"
9 fi
10
11 #DEBHELPER#
12
13 koha-upgrade-schema $(koha-list)