diff options
Diffstat (limited to 'media-libs/raspberrypi-userland/raspberrypi-userland-0_pre20201022.ebuild')
-rw-r--r-- | media-libs/raspberrypi-userland/raspberrypi-userland-0_pre20201022.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/media-libs/raspberrypi-userland/raspberrypi-userland-0_pre20201022.ebuild b/media-libs/raspberrypi-userland/raspberrypi-userland-0_pre20201022.ebuild index 7f27f6655647..112896ef1dde 100644 --- a/media-libs/raspberrypi-userland/raspberrypi-userland-0_pre20201022.ebuild +++ b/media-libs/raspberrypi-userland/raspberrypi-userland-0_pre20201022.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -69,3 +69,7 @@ src_install() { cmake_src_install udev_dorules "${FILESDIR}/92-local-vchiq-permissions.rules" } + +pkg_postinst() { + udev_reload +} |