summaryrefslogtreecommitdiff
path: root/app-crypt/ccid/ccid-1.5.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-crypt/ccid/ccid-1.5.0.ebuild')
-rw-r--r--app-crypt/ccid/ccid-1.5.0.ebuild10
1 files changed, 9 insertions, 1 deletions
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
+}