From 8899e5d7a94d280e10fdee2fbcf25c615f196a98 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 22 Dec 2011 16:59:20 +0100 Subject: Firefox 9.0.1 --- firefox.sh.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'firefox.sh.in') diff --git a/firefox.sh.in b/firefox.sh.in index 7ecc663..f0cce0d 100644 --- a/firefox.sh.in +++ b/firefox.sh.in @@ -171,6 +171,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/langpack* > /dev/null 2>&1 fi # Get locale from system -- cgit