diff options
author | Gaming4JC <g4jc@openmailbox.org> | 2016-10-03 20:22:32 -0400 |
---|---|---|
committer | Gaming4JC <g4jc@openmailbox.org> | 2016-10-03 20:22:32 -0400 |
commit | b4269469e43d84ad861b87b9725362c4d2898e1a (patch) | |
tree | 903861f63a000821416add89c0702b8d3f079215 /nonprism-testing | |
parent | c436e03427cd0aea7b3e44de4aa56a5d09561b72 (diff) | |
download | abslibre-b4269469e43d84ad861b87b9725362c4d2898e1a.tar.gz abslibre-b4269469e43d84ad861b87b9725362c4d2898e1a.tar.bz2 abslibre-b4269469e43d84ad861b87b9725362c4d2898e1a.zip |
add notification post-install for icedove nonprism
Diffstat (limited to 'nonprism-testing')
-rw-r--r-- | nonprism-testing/icedove/icedove.install | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/nonprism-testing/icedove/icedove.install b/nonprism-testing/icedove/icedove.install index 4d4a283db..a01634bcf 100644 --- a/nonprism-testing/icedove/icedove.install +++ b/nonprism-testing/icedove/icedove.install @@ -1,6 +1,25 @@ post_install() { update-desktop-database -q gtk-update-icon-cache -q -t -f usr/share/icons/hicolor + cat <<EOM + == IMPORTANT NOTICE == + + This package contains several new patches that were introduced + to strengthen and protect the end user from security and privacy threats. + + For users who wish to opt-out of privacy, you may override options in + about:config using a user.js file in your ~/.icedove's profile folder. + + Some user.js examples: + user_pref("mailnews.display.prefer_plaintext", false); # Enables possible HTML leaks + user_pref("purple.logging.log_chats", true); # Enables chat logging + + Further reading: + * https://lists.parabola.nu/pipermail/dev/2016-October/004522.html + * http://kb.mozillazine.org/About:config + * http://kb.mozillazine.org/User.js_file + +EOM } post_upgrade() { |