summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2022-05-26 11:41:03 +0200
committerPacho Ramos <pacho@gentoo.org>2022-05-26 11:43:52 +0200
commiteb9aceef03476fef478c8fbe3ffa814c1fd9b303 (patch)
tree7c3d52f40cc1336325d24503757d9f0c03ed999f /x11-misc/colord
parentnet-misc/modemmanager: Call udev_reload (diff)
downloadgentoo-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.ebuild3
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
}