ffb21657a1b2d47711b90d74c939b866d19e2820
[koha_fer] / 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#