Skip to content

Commit

Permalink
app-crypt/ccid: add missed udev_reload
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/890841
Signed-off-by: Marco Scardovi <[email protected]>
Closes: gentoo#29110
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
Marco Scardovi authored and thesamesam committed Jan 14, 2023
1 parent b09a6fc commit 9db4f95
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion app-crypt/ccid/ccid-1.5.0.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -59,3 +59,11 @@ src_install() {

fi
}

pkg_postrm() {
udev_reload
}

pkg_postinst() {
udev_reload
}

0 comments on commit 9db4f95

Please sign in to comment.