repo.or.cz
/
koha.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bug 18837: (follow-up) Add additional tests
[koha.git]
/
debian
/
koha-common.preinst
blob
b9d43abfb1f90e6a3c0f0de88e7a84e1ccd05791
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
/
shar
e
/
koha
/
opac
/
htdocs
/
opac-tmpl
/
lib
/
yui
] &&
rm
/
usr
/
shar
e
/
koha
/
opac
/
htdocs
/
opac-tmpl
/
lib
/
yui
7
8
exit
0