diff options
author | Joonas Niilola <juippis@gentoo.org> | 2022-06-12 10:48:29 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2022-06-12 11:03:57 +0300 |
commit | 5aa8200307a611ef387b5dcba17668c6d4fc878b (patch) | |
tree | 3ae5f5939dde8c5bf52001e721d73d35f1d571b1 /app-emulation | |
parent | app-emulation/spice-vdagent:Bump to version 0.22.1 (diff) | |
download | gentoo-5aa8200307a611ef387b5dcba17668c6d4fc878b.tar.gz gentoo-5aa8200307a611ef387b5dcba17668c6d4fc878b.tar.bz2 gentoo-5aa8200307a611ef387b5dcba17668c6d4fc878b.zip |
app-emulation/spice-vdagent: call udev_reload in 0.22.1
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/spice-vdagent/spice-vdagent-0.22.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-emulation/spice-vdagent/spice-vdagent-0.22.1.ebuild b/app-emulation/spice-vdagent/spice-vdagent-0.22.1.ebuild index b2d7e17450a7..9290aa9102f0 100644 --- a/app-emulation/spice-vdagent/spice-vdagent-0.22.1.ebuild +++ b/app-emulation/spice-vdagent/spice-vdagent-0.22.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit linux-info tmpfiles +inherit linux-info tmpfiles udev DESCRIPTION="SPICE VD Linux Guest Agent" HOMEPAGE="https://www.spice-space.org/" @@ -62,5 +62,6 @@ src_install() { } pkg_postinst() { + udev_reload tmpfiles_process spice-vdagentd.conf } |