commit: 4ff50c05fb2a2fcb9e6232267d7360d79acdded1 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org> AuthorDate: Thu Feb 7 11:16:03 2019 +0000 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org> CommitDate: Thu Feb 7 11:16:27 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ff50c05
www-client/surf: Drop pkg_postinst() Package-Manager: Portage-2.3.59, Repoman-2.3.12 Closes: https://bugs.gentoo.org/589534 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org> www-client/surf/surf-2.0.ebuild | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/www-client/surf/surf-2.0.ebuild b/www-client/surf/surf-2.0.ebuild index 734ac2bd45d..02e1b0915dd 100644 --- a/www-client/surf/surf-2.0.ebuild +++ b/www-client/surf/surf-2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -65,10 +65,3 @@ src_install() { save_config config.h } - -pkg_postinst() { - if [[ ${REPLACING_VERSIONS} ]] && [[ ${REPLACING_VERSIONS} < 0.4.1-r1 ]]; then - ewarn "Please correct the permissions of your \$HOME/.surf/ directory" - ewarn "and its contents to no longer be world readable (see bug #404983)" - fi -}
