From 9c67e7bc0451401994ea0edd8055c15a1c102b08 Mon Sep 17 00:00:00 2001 From: Robin Sheat Date: Tue, 28 Apr 2015 15:19:30 +1200 Subject: [PATCH] [PASSED QA] Bug 14068: fix preinst for fresh package installs Signed-off-by: Mirko Tietgen Signed-off-by: Tomas Cohen Arazi Works as expected. Tested both upgrading and on a new install. --- debian/koha-common.preinst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/koha-common.preinst b/debian/koha-common.preinst index 1f3b5e1..b9d43ab 100644 --- a/debian/koha-common.preinst +++ b/debian/koha-common.preinst @@ -4,3 +4,5 @@ set -e # Bug 14055 - remove the yui symlink if there's one in the way preventing upgrades [ -h /usr/share/koha/opac/htdocs/opac-tmpl/lib/yui ] && rm /usr/share/koha/opac/htdocs/opac-tmpl/lib/yui + +exit 0 -- 2.3.7