diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-09-26 20:10:41 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-09-26 21:36:05 +0200 |
commit | b69cb7d63273d3d806472bde8a99ff93b1de9464 (patch) | |
tree | 161884e70254d4f27a62ec2c0b05fd6704c78b65 /app-emulation/spice-vdagent/spice-vdagent-0.21.0.ebuild | |
parent | net-wireless/dump1090: fix tmpfiles (diff) | |
download | gentoo-b69cb7d63273d3d806472bde8a99ff93b1de9464.tar.gz gentoo-b69cb7d63273d3d806472bde8a99ff93b1de9464.tar.bz2 gentoo-b69cb7d63273d3d806472bde8a99ff93b1de9464.zip |
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 <conikost@gentoo.org>
Diffstat (limited to 'app-emulation/spice-vdagent/spice-vdagent-0.21.0.ebuild')
-rw-r--r-- | app-emulation/spice-vdagent/spice-vdagent-0.21.0.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
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 +} |