From a4dd2e6e392f4531ca5f085268c48ab3f3c9b5ce Mon Sep 17 00:00:00 2001 From: bradymiller Date: Sat, 26 Mar 2011 02:07:38 -0700 Subject: [PATCH] Another ubuntu debian package bug fix for raw upgrading --- contrib/util/ubuntu_package_scripts/production/preinst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contrib/util/ubuntu_package_scripts/production/preinst b/contrib/util/ubuntu_package_scripts/production/preinst index 406170983..330775334 100644 --- a/contrib/util/ubuntu_package_scripts/production/preinst +++ b/contrib/util/ubuntu_package_scripts/production/preinst @@ -130,6 +130,8 @@ upgrade_function () { OLD_VERSION="3.1.0-1" elif [ "$OLD_VERSION" == "3.2.0" ]; then OLD_VERSION="3.2.0-1" + elif [ "$OLD_VERSION" == "3.2.0.1" ]; then + OLD_VERSION="3.2.0-1" else unable_exit "Unable to upgrade from $OLD_VERSION version package with $UPGRADETYPE method, so can not upgrade the OpenEMR Package." fi -- 2.11.4.GIT