diff options
author | Remi Collet <fedora@famillecollet.com> | 2010-07-10 09:11:05 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2010-07-10 09:11:05 +0200 |
commit | c17706a0dfa938d9e422898bf8d1c4d013820544 (patch) | |
tree | 303de5e9471ef67eb9e3278983fd12b3f5c79289 | |
parent | 30416ff69070826eb14c99cc395b5933e877e014 (diff) |
thunderbird: remove workaround for #608511
-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 |