dev-embedded/openocd: Add calls to udev_reload

Closes: https://bugs.gentoo.org/842093
Closes: https://github.com/gentoo/gentoo/pull/26154
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Jannis Achstetter <kripton@kripserver.net>
Signed-off-by: Yixun Lan <dlan@gentoo.org>
This commit is contained in:
Jannis Achstetter
2022-06-29 22:09:33 +02:00
committed by Yixun Lan
parent 76e452ee7b
commit cfa4333f5a
2 changed files with 12 additions and 0 deletions

View File

@@ -95,5 +95,11 @@ src_install() {
}
pkg_postinst() {
udev_reload
elog "To access openocd devices as user you must be in the plugdev group"
}
pkg_postrm() {
udev_reload
}

View File

@@ -96,5 +96,11 @@ src_install() {
}
pkg_postinst() {
udev_reload
elog "To access openocd devices as user you must be in the plugdev group"
}
pkg_postrm() {
udev_reload
}