diff options
author | Pacho Ramos <pacho@gentoo.org> | 2022-05-26 11:41:03 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2022-05-26 11:43:52 +0200 |
commit | eb9aceef03476fef478c8fbe3ffa814c1fd9b303 (patch) | |
tree | 7c3d52f40cc1336325d24503757d9f0c03ed999f /x11-misc/colord | |
parent | net-misc/modemmanager: Call udev_reload (diff) | |
download | gentoo-eb9aceef03476fef478c8fbe3ffa814c1fd9b303.tar.gz gentoo-eb9aceef03476fef478c8fbe3ffa814c1fd9b303.tar.bz2 gentoo-eb9aceef03476fef478c8fbe3ffa814c1fd9b303.zip |
x11-misc/colord: Call udev_reload
Closes: https://bugs.gentoo.org/847055
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'x11-misc/colord')
-rw-r--r-- | x11-misc/colord/colord-1.4.6.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-misc/colord/colord-1.4.6.ebuild b/x11-misc/colord/colord-1.4.6.ebuild index d44a1d181995..04fd9fd77fd8 100644 --- a/x11-misc/colord/colord-1.4.6.ebuild +++ b/x11-misc/colord/colord-1.4.6.ebuild @@ -4,7 +4,7 @@ EAPI=7 VALA_USE_DEPEND="vapigen" -inherit bash-completion-r1 meson-multilib tmpfiles vala +inherit bash-completion-r1 meson-multilib tmpfiles udev vala DESCRIPTION="System service to accurately color manage input and output devices" HOMEPAGE="https://www.freedesktop.org/software/colord/" @@ -114,5 +114,6 @@ multilib_src_install_all() { } pkg_postinst() { + udev_reload tmpfiles_process colord.conf } |