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

(-)a/debian/koha-common.preinst (-1 / +6 lines)
Line 0 Link Here
0
- 
1
#!/bin/sh
2
3
set -e
4
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

Return to bug 14055