From b69cb7d63273d3d806472bde8a99ff93b1de9464 Mon Sep 17 00:00:00 2001 From: Conrad Kostecki Date: Sun, 26 Sep 2021 20:10:41 +0200 Subject: app-emulation/spice-vdagent: fix tmpfiles Closes: https://bugs.gentoo.org/813810 Package-Manager: Portage-3.0.22, Repoman-3.0.3 Signed-off-by: Conrad Kostecki --- app-emulation/spice-vdagent/spice-vdagent-0.21.0.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'app-emulation/spice-vdagent') diff --git a/app-emulation/spice-vdagent/spice-vdagent-0.21.0.ebuild b/app-emulation/spice-vdagent/spice-vdagent-0.21.0.ebuild index ea8f4936384e..ead55ae36cb2 100644 --- a/app-emulation/spice-vdagent/spice-vdagent-0.21.0.ebuild +++ b/app-emulation/spice-vdagent/spice-vdagent-0.21.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit autotools linux-info +inherit autotools linux-info tmpfiles DESCRIPTION="SPICE VD Linux Guest Agent" HOMEPAGE="https://www.spice-space.org/" @@ -60,3 +60,7 @@ src_install() { newinitd "${FILESDIR}/${PN}.initd-4" "${PN}" newconfd "${FILESDIR}/${PN}.confd-2" "${PN}" } + +pkg_postinst() { + tmpfiles_process spice-vdagentd.conf +} -- cgit v1.2.3-65-gdbad