mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
media-tv/v4l-utils: Call udev_reload when udev is enabled
Closes: https://bugs.gentoo.org/848045 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
This commit is contained in:
@@ -101,6 +101,7 @@ src_install() {
|
||||
|
||||
pkg_postinst() {
|
||||
xdg_pkg_postinst
|
||||
use udev && udev_reload
|
||||
|
||||
if [[ -n ${REPLACING_VERSIONS} ]] && ver_test 1.20.0 -ge ${REPLACING_VERSIONS%% *}; then
|
||||
ewarn "WARNING! ir-keytable has changed significantly from version 1.20.0 so"
|
||||
@@ -108,3 +109,8 @@ pkg_postinst() {
|
||||
ewarn "https://bugs.gentoo.org/767175 for more details."
|
||||
fi
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
xdg_pkg_postrm
|
||||
use udev && udev_reload
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user