updated release notes for 3.14.0 beta
[koha.git] / debian / koha-common.postinst
index ffb2165..7fa4513 100644 (file)
@@ -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