3.1: Remove obsolete language setting
This commit is contained in:
parent
a120bdfb1f
commit
11e13b11d0
89
squid.spec
89
squid.spec
@ -234,95 +234,6 @@ exit 0
|
||||
|
||||
%post
|
||||
/sbin/chkconfig --add squid
|
||||
if [ $1 = 0 ]; then
|
||||
case "$LANG" in
|
||||
bg*)
|
||||
DIR=Bulgarian
|
||||
;;
|
||||
ca*)
|
||||
DIR=Catalan
|
||||
;;
|
||||
cs*)
|
||||
DIR=Czech
|
||||
;;
|
||||
da*)
|
||||
DIR=Danish
|
||||
;;
|
||||
nl*)
|
||||
DIR=Dutch
|
||||
;;
|
||||
en*)
|
||||
DIR=English
|
||||
;;
|
||||
ea*)
|
||||
DIR=Estonian
|
||||
;;
|
||||
fi*)
|
||||
DIR=Finnish
|
||||
;;
|
||||
fr*)
|
||||
DIR=French
|
||||
;;
|
||||
de*)
|
||||
DIR=German
|
||||
;;
|
||||
he*)
|
||||
DIR=Hebrew
|
||||
;;
|
||||
hu*)
|
||||
DIR=Hungarian
|
||||
;;
|
||||
it*)
|
||||
DIR=Italian
|
||||
;;
|
||||
ja*)
|
||||
DIR=Japanese
|
||||
;;
|
||||
kr*)
|
||||
DIR=Korean
|
||||
;;
|
||||
pl*)
|
||||
DIR=Polish
|
||||
;;
|
||||
pt*)
|
||||
DIR=Portuguese
|
||||
;;
|
||||
ro*)
|
||||
DIR=Romanian
|
||||
;;
|
||||
ru*)
|
||||
DIR=Russian-koi8-r
|
||||
;;
|
||||
sr*)
|
||||
DIR=Serbian
|
||||
;;
|
||||
sk*)
|
||||
DIR=Slovak
|
||||
;;
|
||||
es*)
|
||||
DIR=Spanish
|
||||
;;
|
||||
sv*)
|
||||
DIR=Swedish
|
||||
;;
|
||||
zh_TW*)
|
||||
DIR=Traditional_Chinese
|
||||
;;
|
||||
zh_CN*)
|
||||
DIR=Simplify_Chinese
|
||||
;;
|
||||
tr*)
|
||||
DIR=Turkish
|
||||
;;
|
||||
greek)
|
||||
DIR=Greek
|
||||
;;
|
||||
*)
|
||||
DIR=English
|
||||
;;
|
||||
esac
|
||||
ln -snf %{_datadir}/squid/errors/$DIR /etc/squid/errors
|
||||
fi
|
||||
|
||||
%preun
|
||||
if [ $1 = 0 ] ; then
|
||||
|
Loading…
Reference in New Issue
Block a user