mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
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:
committed by
Yixun Lan
parent
76e452ee7b
commit
cfa4333f5a
@@ -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
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user