X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=debian%2Fkoha-common.postinst;h=7fa451396b84834d2635bf15023e817312d51882;hb=HEAD;hp=ffb21657a1b2d47711b90d74c939b866d19e2820;hpb=f12ff9e0c65571dc50dc219ae1cc0adb7d177060;p=koha.git diff --git a/debian/koha-common.postinst b/debian/koha-common.postinst index ffb21657a1..7fa451396b 100644 --- a/debian/koha-common.postinst +++ b/debian/koha-common.postinst @@ -2,6 +2,8 @@ set -e +. /usr/share/debconf/confmodule + conf=/etc/mysql/koha-common.cnf if [ ! -e "$conf" ] && [ ! -L "$conf" ] then @@ -9,3 +11,9 @@ then fi #DEBHELPER# + +koha-upgrade-schema $(koha-list) + +db_stop + +exit 0