@@ -, +, @@ --- debian/koha-common.preinst | 2 ++ 1 file changed, 2 insertions(+) --- a/debian/koha-common.preinst +++ a/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 --