diff options
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/trousers/trousers-0.3.15.ebuild | 7 |
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 } |