From 539ee0dfc6675c1339555fa1cdf61ca04a36cf13 Mon Sep 17 00:00:00 2001 From: Anton Bolshakov Date: Sat, 2 Jul 2022 15:41:33 +0800 Subject: [PATCH] proxmark3: fix https://github.com/pentoo/pentoo-overlay/issues/1155 --- net-wireless/proxmark3/proxmark3-4.14831.ebuild | 1 + net-wireless/proxmark3/proxmark3-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/net-wireless/proxmark3/proxmark3-4.14831.ebuild b/net-wireless/proxmark3/proxmark3-4.14831.ebuild index 1932661ea..81624896c 100644 --- a/net-wireless/proxmark3/proxmark3-4.14831.ebuild +++ b/net-wireless/proxmark3/proxmark3-4.14831.ebuild @@ -153,6 +153,7 @@ src_test() { } pkg_postinst() { + udev_reload if use firmware; then if use pm3rdv4; then ewarn "Please note, all firmware and recovery files are intended for the Proxmark3 RDV4" diff --git a/net-wireless/proxmark3/proxmark3-9999.ebuild b/net-wireless/proxmark3/proxmark3-9999.ebuild index 7baa8c661..3e254eb68 100644 --- a/net-wireless/proxmark3/proxmark3-9999.ebuild +++ b/net-wireless/proxmark3/proxmark3-9999.ebuild @@ -153,6 +153,7 @@ src_test() { } pkg_postinst() { + udev_reload if use firmware; then if use pm3rdv4; then ewarn "Please note, all firmware and recovery files are intended for the Proxmark3 RDV4"