Fixed langpacks loading
This commit is contained in:
parent
666385e5aa
commit
58952be211
@ -87,6 +87,8 @@ if [ $MOZILLA_DOWN -ne 0 ]; then
|
|||||||
if [ -f $FEDORA_LANGPACK_CONFIG ]; then
|
if [ -f $FEDORA_LANGPACK_CONFIG ]; then
|
||||||
rm `cat $FEDORA_LANGPACK_CONFIG` > /dev/null 2>&1
|
rm `cat $FEDORA_LANGPACK_CONFIG` > /dev/null 2>&1
|
||||||
rm $FEDORA_LANGPACK_CONFIG > /dev/null 2>&1
|
rm $FEDORA_LANGPACK_CONFIG > /dev/null 2>&1
|
||||||
|
# remove all empty langpacks dirs while they block installation of langpacks
|
||||||
|
rmdir $MOZ_EXTENSIONS_PROFILE_DIR/lang* > /dev/null 2>&1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Get locale from system
|
# Get locale from system
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
Summary: Mozilla Thunderbird mail/newsgroup client
|
Summary: Mozilla Thunderbird mail/newsgroup client
|
||||||
Name: thunderbird
|
Name: thunderbird
|
||||||
Version: 9.0
|
Version: 9.0
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
URL: http://www.mozilla.org/projects/thunderbird/
|
URL: http://www.mozilla.org/projects/thunderbird/
|
||||||
License: MPLv1.1 or GPLv2+ or LGPLv2+
|
License: MPLv1.1 or GPLv2+ or LGPLv2+
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
@ -365,7 +365,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|||||||
#===============================================================================
|
#===============================================================================
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Dec 20 2011 Jan Horak <jhorak@redhat.com> - 9.0-2
|
* Wed Dec 21 2011 Jan Horak <jhorak@redhat.com> - 9.0-3
|
||||||
- Update to 9.0
|
- Update to 9.0
|
||||||
|
|
||||||
* Tue Dec 20 2011 Jan Horak <jhorak@redhat.com> - 9.0-1
|
* Tue Dec 20 2011 Jan Horak <jhorak@redhat.com> - 9.0-1
|
||||||
|
Loading…
Reference in New Issue
Block a user