From: Lars Wendler Date: Fri, 29 Mar 2019 09:13:49 +0000 (+0100) Subject: www-client/seamonkey: Disable update checks X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=e7169f5f64f1b7bfb4f63e1b77165c2af45f335b;p=gentoo.git www-client/seamonkey: Disable update checks Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Lars Wendler --- diff --git a/www-client/seamonkey/files/all-gentoo-1.js b/www-client/seamonkey/files/all-gentoo-1.js index 86b55cac5125..448287a52b39 100644 --- a/www-client/seamonkey/files/all-gentoo-1.js +++ b/www-client/seamonkey/files/all-gentoo-1.js @@ -17,3 +17,4 @@ pref("general.useragent.locale", "chrome://global/locale/intl.propert pref("extensions.autoDisableScopes", 0); pref("layout.css.dpi", 0); pref("browser.tabs.mouseScrollAdvancesTab", 0); +pref("app.updatecheck.override", true);