diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-06-17 13:40:32 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-06-17 13:44:57 -0400 |
commit | 302ba243f4d8ae073a8e081be3a647aa24e6de6c (patch) | |
tree | 8dd9ac62bc89e43e4800df535d361c5856f4d50f /x11-misc | |
parent | net-wireless/gnome-bluetooth: Call udev_reload (diff) | |
download | gentoo-302ba243f4d8ae073a8e081be3a647aa24e6de6c.tar.gz gentoo-302ba243f4d8ae073a8e081be3a647aa24e6de6c.tar.bz2 gentoo-302ba243f4d8ae073a8e081be3a647aa24e6de6c.zip |
x11-misc/colord: Call udev_reload
Closes: https://bugs.gentoo.org/852731
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/colord/colord-1.4.6.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/x11-misc/colord/colord-1.4.6.ebuild b/x11-misc/colord/colord-1.4.6.ebuild index 04fd9fd77fd8..6b1521b25a0a 100644 --- a/x11-misc/colord/colord-1.4.6.ebuild +++ b/x11-misc/colord/colord-1.4.6.ebuild @@ -117,3 +117,7 @@ pkg_postinst() { udev_reload tmpfiles_process colord.conf } + +pkg_postrm() { + udev_reload +} |