mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-28 02:43:03 +01:00
7 lines
169 B
Bash
7 lines
169 B
Bash
|
MAJOR=52
|
||
|
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
|