X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=debian%2Froundcube-core.postinst;h=f033b52b7a2f89d41ef8fbfd0f37d2c986fdfe66;hb=d832c6b37ce0cba5a2bc015b1c806ba6990c4253;hp=aed1d06cb896b05c1691b58b524cb601f314a7a4;hpb=56cd2c8595fff6dd55cf090618b2ca2d0155498f;p=roundcube.git diff --git a/debian/roundcube-core.postinst b/debian/roundcube-core.postinst index aed1d06..f033b52 100644 --- a/debian/roundcube-core.postinst +++ b/debian/roundcube-core.postinst @@ -40,7 +40,7 @@ case "$1" in configure) # We try to fix an incomplete upgrade (see #610725 and #613586) - if [ -n "$2" ] && dpkg --compare-versions "$2" le 0.5.1+dfsg-2; then + if [ -n "$2" ] && dpkg --compare-versions "$2" le 0.5.1+dfsg-5; then db_get roundcube/dbconfig-upgrade || true if [ x"$RET" = x"true" ]; then if [ x"$dbc_dbtype" = x"mysql" ]; then @@ -65,6 +65,7 @@ EOF cat <