commit: 8dfafb59430b324c34379b70a5b13e9392181ce8
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 16 11:59:21 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Jan 16 11:59:55 2016 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=8dfafb59
www-client/qupzilla: remove adobe-flash warnings
Chromium no longer supports NPAPI.
Package-Manager: portage-2.2.26
www-client/qupzilla/qupzilla-9999.ebuild | 9 +--------
1 file changed, 1 insertion(+), 8 deletions(-)
diff --git a/www-client/qupzilla/qupzilla-9999.ebuild
b/www-client/qupzilla/qupzilla-9999.ebuild
index b9e361e..4f8da83 100644
--- a/www-client/qupzilla/qupzilla-9999.ebuild
+++ b/www-client/qupzilla/qupzilla-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -98,10 +98,3 @@ src_install() {
emake INSTALL_ROOT="${D}" install
einstalldocs
}
-
-pkg_postinst() {
- if has_version www-plugins/adobe-flash; then
- ewarn "For using adobe flash plugin you may need to run"
- ewarn " \"paxctl-ng -m /usr/bin/qupzilla\""
- fi
-}