commit: fc8ed35c279112504ed48f3b7a91a095ff5e51f8
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 18 16:38:55 2023 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Sep 18 16:39:49 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc8ed35c
app-mobilephone/heimdall: call udev_reload in pkg_postrm phase
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
app-mobilephone/heimdall/heimdall-2.0.2.ebuild | 8 ++++++--
app-mobilephone/heimdall/heimdall-9999.ebuild | 6 +++++-
2 files changed, 11 insertions(+), 3 deletions(-)
diff --git a/app-mobilephone/heimdall/heimdall-2.0.2.ebuild
b/app-mobilephone/heimdall/heimdall-2.0.2.ebuild
index b1c61d9f7b06..7595551d2aa5 100644
--- a/app-mobilephone/heimdall/heimdall-2.0.2.ebuild
+++ b/app-mobilephone/heimdall/heimdall-2.0.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -7,7 +7,7 @@ inherit cmake udev
if [[ ${PV} != 9999 ]]; then
SRC_URI="https://git.sr.ht/~grimler/Heimdall/archive/v${PV}.tar.gz ->
${P}.tar.gz"
- KEYWORDS="amd64 ~arm64"
+ KEYWORDS="~amd64 ~arm64"
S="${WORKDIR}/Heimdall-v${PV}"
else
inherit git-r3
@@ -50,3 +50,7 @@ src_install() {
pkg_postinst() {
udev_reload
}
+
+pkg_postrm() {
+ udev_reload
+}
diff --git a/app-mobilephone/heimdall/heimdall-9999.ebuild
b/app-mobilephone/heimdall/heimdall-9999.ebuild
index b1c61d9f7b06..69599346a8bb 100644
--- a/app-mobilephone/heimdall/heimdall-9999.ebuild
+++ b/app-mobilephone/heimdall/heimdall-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -50,3 +50,7 @@ src_install() {
pkg_postinst() {
udev_reload
}
+
+pkg_postrm() {
+ udev_reload
+}