#!/bin/sh set -e conf=/etc/mysql/koha-common.cnf if [ ! -e "$conf" ] && [ ! -L "$conf" ] then ln -s debian.cnf "$conf" fi #DEBHELPER# koha-upgrade-schema $(koha-list)