diff options
author | Pacho Ramos <pacho@gentoo.org> | 2022-05-20 20:18:46 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2022-05-20 20:27:23 +0200 |
commit | 14718e5d4f4479609c6b5b48eaaef103a48cf270 (patch) | |
tree | acc64d54594e2dc67b1b978de6eea003e3f14d93 /dev-libs/libwacom | |
parent | www-plugins/chrome-binary-plugins: automated update (103.0.5060.13_alpha) (diff) | |
download | gentoo-14718e5d4f4479609c6b5b48eaaef103a48cf270.tar.gz gentoo-14718e5d4f4479609c6b5b48eaaef103a48cf270.tar.bz2 gentoo-14718e5d4f4479609c6b5b48eaaef103a48cf270.zip |
dev-libs/libwacom: Call udev_reload
Closes: https://bugs.gentoo.org/843020
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'dev-libs/libwacom')
-rw-r--r-- | dev-libs/libwacom/libwacom-1.12.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/dev-libs/libwacom/libwacom-1.12.ebuild b/dev-libs/libwacom/libwacom-1.12.ebuild index acfda32d8405..ee050d97c7ce 100644 --- a/dev-libs/libwacom/libwacom-1.12.ebuild +++ b/dev-libs/libwacom/libwacom-1.12.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -56,3 +56,7 @@ src_configure() { ) meson_src_configure } + +pkg_postinst() { + udev_reload +} |