View | Details | Raw Unified | Return to bug 14068
Collapse All | Expand All

(-)a/debian/koha-common.preinst (-1 / +2 lines)
Lines 4-6 set -e Link Here
4
4
5
# Bug 14055 - remove the yui symlink if there's one in the way preventing upgrades
5
# Bug 14055 - remove the yui symlink if there's one in the way preventing upgrades
6
[ -h /usr/share/koha/opac/htdocs/opac-tmpl/lib/yui ] && rm /usr/share/koha/opac/htdocs/opac-tmpl/lib/yui
6
[ -h /usr/share/koha/opac/htdocs/opac-tmpl/lib/yui ] && rm /usr/share/koha/opac/htdocs/opac-tmpl/lib/yui
7
- 
7
8
exit 0

Return to bug 14068