From 7c745a695adb6cd94b61cd1d4bc4bf1e9e408866 Mon Sep 17 00:00:00 2001 From: Robin Sheat Date: Tue, 28 Apr 2015 15:19:30 +1200 Subject: [PATCH] Bug 14068: fix preinst for fresh package installs --- 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.1.0