mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 00:03:02 +01:00
7 lines
169 B
Bash
Executable File
7 lines
169 B
Bash
Executable File
MAJOR=63
|
|
MINOR=1
|
|
|
|
rm -f libicu*so
|
|
for i in libicu*.${MINOR}; do mv $i `basename $i .${MINOR}`; done
|
|
for i in libicu*.${MAJOR}; do ln -s $i `basename $i .${MAJOR}`; done
|