commit: c1005943bb7bf268a00cc4fc1753c923f162d779
Author: Christopher Byrne <salah.coronya <AT> gmail <DOT> com>
AuthorDate: Sat Apr 23 19:34:17 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 23 21:30:08 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1005943
app-crypt/tpm2-tss: Add udev_reload
Signed-off-by: Christopher Byrne <salah.coronya <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-crypt/tpm2-tss/tpm2-tss-3.2.0-r3.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/app-crypt/tpm2-tss/tpm2-tss-3.2.0-r3.ebuild
b/app-crypt/tpm2-tss/tpm2-tss-3.2.0-r3.ebuild
index 689563022701..76e430b121d9 100644
--- a/app-crypt/tpm2-tss/tpm2-tss-3.2.0-r3.ebuild
+++ b/app-crypt/tpm2-tss/tpm2-tss-3.2.0-r3.ebuild
@@ -91,4 +91,5 @@ multilib_src_install() {
pkg_postinst() {
tmpfiles_process tpm2-tss-fapi.conf
+ udev_reload
}