diff options
author | Yuri Konotopov <ykonotopov@gnome.org> | 2017-01-10 22:30:16 +0400 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-01-18 11:18:29 +0100 |
commit | e9806afc9bce7187ca7a1d769f1c7404e8c698fb (patch) | |
tree | 6d327ac60ddf01e70b07d003f835c8ad79536cec /gnome-extra/chrome-gnome-shell | |
parent | dev-python/soappy: Remove old vulnerable versions (diff) | |
download | gentoo-e9806afc9bce7187ca7a1d769f1c7404e8c698fb.tar.gz gentoo-e9806afc9bce7187ca7a1d769f1c7404e8c698fb.tar.bz2 gentoo-e9806afc9bce7187ca7a1d769f1c7404e8c698fb.zip |
gnome-extra/chrome-gnome-shell: added post installation notice
Closes: https://github.com/gentoo/gentoo/pull/3419
Diffstat (limited to 'gnome-extra/chrome-gnome-shell')
-rw-r--r-- | gnome-extra/chrome-gnome-shell/chrome-gnome-shell-7.1.ebuild | 16 | ||||
-rw-r--r-- | gnome-extra/chrome-gnome-shell/chrome-gnome-shell-8.ebuild | 19 |
2 files changed, 33 insertions, 2 deletions
diff --git a/gnome-extra/chrome-gnome-shell/chrome-gnome-shell-7.1.ebuild b/gnome-extra/chrome-gnome-shell/chrome-gnome-shell-7.1.ebuild index fb1fc29191af..324bdd7dc163 100644 --- a/gnome-extra/chrome-gnome-shell/chrome-gnome-shell-7.1.ebuild +++ b/gnome-extra/chrome-gnome-shell/chrome-gnome-shell-7.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -43,3 +43,17 @@ src_install() { cmake-utils_src_install } + +pkg_postinst() { + elog "Please note that this package provides native messaging connector only." + elog + elog "Managed policy was installed to force web extension installation" + elog "for Google Chrome, Chromium and Vivaldi browsers from Chrome Store" + elog "https://chrome.google.com/webstore/detail/gphhapmejobijbbhgpjhcjognlahblep" + elog + elog "For Mozilla Firefox you should manualy install web extension from" + elog "https://addons.mozilla.org/firefox/addon/gnome-shell-integration/" + elog + elog "For Opera you should manualy install web extension from" + elog "https://addons.opera.com/extensions/details/gnome-shell-integration/" +} diff --git a/gnome-extra/chrome-gnome-shell/chrome-gnome-shell-8.ebuild b/gnome-extra/chrome-gnome-shell/chrome-gnome-shell-8.ebuild index c51dd30aad21..6356db938831 100644 --- a/gnome-extra/chrome-gnome-shell/chrome-gnome-shell-8.ebuild +++ b/gnome-extra/chrome-gnome-shell/chrome-gnome-shell-8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -44,3 +44,20 @@ src_install() { cmake-utils_src_install } + +pkg_postinst() { + elog "If you are installing ${PN} for the first time then you should" + elog "restart or reload dbus service before starting your browser." + elog + elog "Please note that this package provides native messaging connector only." + elog + elog "Managed policy was installed to force web extension installation" + elog "for Google Chrome, Chromium and Vivaldi browsers from Chrome Store" + elog "https://chrome.google.com/webstore/detail/gphhapmejobijbbhgpjhcjognlahblep" + elog + elog "For Mozilla Firefox you should manualy install web extension from" + elog "https://addons.mozilla.org/firefox/addon/gnome-shell-integration/" + elog + elog "For Opera you should manualy install web extension from" + elog "https://addons.opera.com/extensions/details/gnome-shell-integration/" +} |