summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Byrne <salah.coronya@gmail.com>2022-06-27 10:24:07 -0500
committerMatt Turner <mattst88@gentoo.org>2022-06-28 14:30:14 -0400
commit153f8bb8c7a3a3d799e062a60826e8c8443d3329 (patch)
tree9960623e24d24e91ced6adf2f18f67538413d0af /app-crypt
parentnet-misc/exabgp: Drop nose dep in 4.2.20 (diff)
downloadgentoo-153f8bb8c7a3a3d799e062a60826e8c8443d3329.tar.gz
gentoo-153f8bb8c7a3a3d799e062a60826e8c8443d3329.tar.bz2
gentoo-153f8bb8c7a3a3d799e062a60826e8c8443d3329.zip
app-crypt/trousers: Add missing dev_reload
Closes: https://bugs.gentoo.org/854285 Closes: https://github.com/gentoo/gentoo/pull/26097 Signed-off-by: Christopher Byrne <salah.coronya@gmail.com> Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/trousers/trousers-0.3.15.ebuild7
1 files changed, 7 insertions, 0 deletions
diff --git a/app-crypt/trousers/trousers-0.3.15.ebuild b/app-crypt/trousers/trousers-0.3.15.ebuild
index b25a3dfb4c72..c68d0d95bcc6 100644
--- a/app-crypt/trousers/trousers-0.3.15.ebuild
+++ b/app-crypt/trousers/trousers-0.3.15.ebuild
@@ -61,5 +61,12 @@ src_install() {
udev_dorules "${FILESDIR}"/61-trousers.rules
fowners tss:tss /var/lib/tpm
readme.gentoo_create_doc
+}
+
+pkg_postinst() {
+ udev_reload
+}
+
+pkg_postrm() {
udev_reload
}