X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=debian%2Froundcube-core.postinst;h=64bdf5d8a2192883e81cdefb693787177bc91af8;hb=620857a6a896becc107d67e32f388b92e95a1fc1;hp=e574daeb58fa37b7e3d70bc947aaa17255c330cd;hpb=2a9280c80be73d7b1d4834131439399f333d5295;p=roundcube.git diff --git a/debian/roundcube-core.postinst b/debian/roundcube-core.postinst index e574dae..64bdf5d 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) - if [ -n "$2" ] && dpkg --compare-versions "$2" le 0.5-2; then + if [ -n "$2" ] && dpkg --compare-versions "$2" le 0.5.1+dfsg-2; then db_get roundcube/dbconfig-upgrade || true if [ x"$RET" = x"true" ]; then # Ok, we may need to do some upgrade steps. Let's get