commit: 9db4f953937a63a5b6c971f2bb5c649110924f11 Author: Marco Scardovi <scardracs-gentoo <AT> proton <DOT> me> AuthorDate: Sat Jan 14 21:59:14 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Jan 14 22:07:13 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9db4f953
app-crypt/ccid: add missed udev_reload Closes: https://bugs.gentoo.org/890841 Signed-off-by: Marco Scardovi <scardracs-gentoo <AT> proton.me> Closes: https://github.com/gentoo/gentoo/pull/29110 Signed-off-by: Sam James <sam <AT> gentoo.org> app-crypt/ccid/ccid-1.5.0.ebuild | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/app-crypt/ccid/ccid-1.5.0.ebuild b/app-crypt/ccid/ccid-1.5.0.ebuild index b77236eb75b6..f3f558b52749 100644 --- a/app-crypt/ccid/ccid-1.5.0.ebuild +++ b/app-crypt/ccid/ccid-1.5.0.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 @@ -59,3 +59,11 @@ src_install() { fi } + +pkg_postrm() { + udev_reload +} + +pkg_postinst() { + udev_reload +}
