commit: 0384b3c1f15b7fa4fb376c3466d89a4f3ef0d776
Author: Jory A. Pratt <anarchy <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 19 01:10:54 2015 +0000
Commit: Jory Pratt <anarchy <AT> gentoo <DOT> org>
CommitDate: Fri Jun 19 01:10:54 2015 +0000
URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=0384b3c1
Add elog message on how to force calendar upon update, bug #552180
mail-client/thunderbird/thunderbird-38.0.1-r1.ebuild | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/mail-client/thunderbird/thunderbird-38.0.1-r1.ebuild
b/mail-client/thunderbird/thunderbird-38.0.1-r1.ebuild
index aa6c001..024e250 100644
--- a/mail-client/thunderbird/thunderbird-38.0.1-r1.ebuild
+++ b/mail-client/thunderbird/thunderbird-38.0.1-r1.ebuild
@@ -323,4 +323,9 @@ pkg_postinst() {
elog "If you experience problems with plugins please issue the"
elog "following command : rm \${HOME}/.thunderbird/*/extensions.sqlite
,"
elog "then restart thunderbird"
+ elog
+ elog "If calendar fails to show up in extensions please open config
editor"
+ elog "and set extensions.lastAppVersion to 38.0.0 to force a reload. If
this"
+ elog "fails to show the calendar extension after restarting with above
change"
+ elog "please file a bug report."
}