net-firewall/fwbuilder: [QA] Remove call to validate_desktop_entries.
authorUlrich Müller <ulm@gentoo.org>
Wed, 22 Nov 2017 17:30:52 +0000 (18:30 +0100)
committerUlrich Müller <ulm@gentoo.org>
Thu, 23 Nov 2017 20:49:05 +0000 (21:49 +0100)
This function is deprecated since a long time.

Bug: https://bugs.gentoo.org/612306
Package-Manager: Portage-2.3.14, Repoman-2.3.6

net-firewall/fwbuilder/fwbuilder-5.0.1.3592-r1.ebuild
net-firewall/fwbuilder/fwbuilder-5.3.6.ebuild

index beadb373cea3c89f06c4a6f79ef403b598db9046..a43be83fccbc8eeabe8047bbff56f761dd96a0b2 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="4"
@@ -45,8 +45,6 @@ src_install() {
 }
 
 pkg_postinst() {
-       validate_desktop_entries
-
        elog "You need to emerge sys-apps/iproute2 on the machine"
        elog "that will run the firewall script."
 }
index 9ae8b3f7a8a10276c037b4fe42807a8d06eb5b64..153671b7ee5bc6305f9089d6a900028a55ce4e94 100644 (file)
@@ -38,8 +38,6 @@ src_install() {
 }
 
 pkg_postinst() {
-       validate_desktop_entries
-
        elog "You need to emerge sys-apps/iproute2"
        elog "in order to run the firewall script."
 }