diff options
Diffstat (limited to 'www-client/surf/surf-2.0.ebuild')
-rw-r--r-- | www-client/surf/surf-2.0.ebuild | 9 |
1 files changed, 1 insertions, 8 deletions
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 -} |