From: Jeroen Roovers Date: Thu, 7 Feb 2019 11:16:03 +0000 (+0100) Subject: www-client/surf: Drop pkg_postinst() X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=4ff50c05fb2a2fcb9e6232267d7360d79acdded1;p=gentoo.git 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 --- diff --git a/www-client/surf/surf-2.0.ebuild b/www-client/surf/surf-2.0.ebuild index 734ac2bd45d7..02e1b0915dd5 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 -}