commit:     f5c274dd0e19ab26b1088913a8e38e2c87b5c136
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 17 17:39:55 2022 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Jun 17 17:44:57 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5c274dd

net-wireless/gnome-bluetooth: Call udev_reload

Closes: https://bugs.gentoo.org/851153
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.5.ebuild | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.5.ebuild 
b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.5.ebuild
index 5c69d585ef1a..a74636e59115 100644
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.5.ebuild
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.5.ebuild
@@ -78,3 +78,7 @@ pkg_postinst() {
                elog "if you want to be able to control bluetooth transmitter."
        fi
 }
+
+pkg_postrm() {
+       udev_reload
+}

Reply via email to