From 7229051e0e88541b98aa685a3580d0995eafbdfc Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 26 Jun 2010 07:28:55 +0200 Subject: Fix thunderbird lcms requires + workaround for extensions --- 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 0630fd3..1bd3ab7 100644 --- a/thunderbird.sh.in +++ b/thunderbird.sh.in @@ -81,6 +81,8 @@ fi # Modify language pack configuration only when thunderbird is not running # and language packs are not disabled if [ $MOZILLA_DOWN -ne 0 ]; then + # Remi Workaround for extensions + rm -f $HOME/.thunderbird/*/extensions.ini # Clear already installed langpacks mkdir -p $MOZ_EXTENSIONS_PROFILE_DIR -- cgit