mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
net-firewall/fwbuilder: [QA] Remove call to validate_desktop_entries.
This function is deprecated since a long time. Bug: https://bugs.gentoo.org/612306 Package-Manager: Portage-2.3.14, Repoman-2.3.6
This commit is contained in:
@@ -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."
|
||||
}
|
||||
|
||||
@@ -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."
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user