Bug 21637: Fixed upercase letter in EasyAnalyticalRecords syspref
[koha.git] / debian / koha-common.preinst
blobb9d43abfb1f90e6a3c0f0de88e7a84e1ccd05791
1 #!/bin/sh
3 set -e
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
8 exit 0