www-client/surf: Drop pkg_postinst()
authorJeroen Roovers <jer@gentoo.org>
Thu, 7 Feb 2019 11:16:03 +0000 (12:16 +0100)
committerJeroen Roovers <jer@gentoo.org>
Thu, 7 Feb 2019 11:16:27 +0000 (12:16 +0100)
Package-Manager: Portage-2.3.59, Repoman-2.3.12
Closes: https://bugs.gentoo.org/589534
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
www-client/surf/surf-2.0.ebuild

index 734ac2bd45d7fbd8a837857322ce0971988fa1b0..02e1b0915dd574cc7b1023fc30a001ce216f1e53 100644 (file)
@@ -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
-}