diff options
-rw-r--r-- | thunderbird.sh.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/thunderbird.sh.in b/thunderbird.sh.in index 1bd3ab7..0630fd3 100644 --- a/thunderbird.sh.in +++ b/thunderbird.sh.in @@ -81,8 +81,6 @@ 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 |