Move 3.1 change to the right spec file
This commit is contained in:
parent
0dd385f945
commit
103c830c6a
89
squid.spec
89
squid.spec
@ -234,6 +234,95 @@ exit 0
|
|||||||
|
|
||||||
%post
|
%post
|
||||||
/sbin/chkconfig --add squid
|
/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
|
%preun
|
||||||
if [ $1 = 0 ] ; then
|
if [ $1 = 0 ] ; then
|
||||||
|
@ -228,95 +228,6 @@ exit 0
|
|||||||
|
|
||||||
%post
|
%post
|
||||||
/sbin/chkconfig --add squid
|
/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
|
%preun
|
||||||
if [ $1 = 0 ] ; then
|
if [ $1 = 0 ] ; then
|
||||||
|
Loading…
Reference in New Issue
Block a user