mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-10 15:42:14 +00:00
ICU-3325 Don't install convrtrs.txt anymore.
X-SVN-Rev: 14694
This commit is contained in:
parent
088059344c
commit
9e8b7c6b75
1 changed files with 2 additions and 7 deletions
|
@ -61,13 +61,8 @@ then
|
|||
ln -s "$icucurrent" current
|
||||
fi
|
||||
|
||||
ICU_DATA=/usr/lib/icu/2.6.1
|
||||
export ICU_DATA
|
||||
if test ! -f $ICU_DATA/cnvalias.dat -o /etc/icu/convrtrs.txt -nt $ICU_DATA/cnvalias.dat
|
||||
then
|
||||
echo Compiling converters and aliases list from /etc/icu/convrtrs.txt
|
||||
/usr/bin/gencnval /etc/icu/convrtrs.txt
|
||||
fi
|
||||
#ICU_DATA=/usr/lib/icu/2.6.1
|
||||
#export ICU_DATA
|
||||
|
||||
%preun
|
||||
# Adjust the current ICU link in /usr/lib/icu
|
||||
|
|
Loading…
Add table
Reference in a new issue