From 63d120ef16b6d72993a4dace786c89bd9f45d4e2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 21 Dec 2011 21:00:53 +0100 Subject: Thunderbird 9 --- thunderbird.sh.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'thunderbird.sh.in') diff --git a/thunderbird.sh.in b/thunderbird.sh.in index dfa0247..60b80ec 100644 --- a/thunderbird.sh.in +++ b/thunderbird.sh.in @@ -87,6 +87,8 @@ if [ $MOZILLA_DOWN -ne 0 ]; then if [ -f $FEDORA_LANGPACK_CONFIG ]; then rm `cat $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 # Get locale from system -- cgit