diff options
author | Sam James <sam@gentoo.org> | 2021-07-30 23:56:25 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-07-31 00:30:00 +0100 |
commit | 732d6a4d3774b1fa868d2a44adce8074b7cba4f2 (patch) | |
tree | 86c54988320d240d5f13aaec26f952e33c9b0e31 /net-dns | |
parent | net-dialup/xl2tpd: [QA] call tmpfiles_process in pkg_postinst (diff) | |
download | gentoo-732d6a4d3774b1fa868d2a44adce8074b7cba4f2.tar.gz gentoo-732d6a4d3774b1fa868d2a44adce8074b7cba4f2.tar.bz2 gentoo-732d6a4d3774b1fa868d2a44adce8074b7cba4f2.zip |
net-dns/coredns: [QA] call tmpfiles_process in pkg_postinst
This is needed to actually apply the tmpfiles configuration
we've installed in the ebuild. See tmpfiles.eclass documentation.
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/coredns/coredns-1.8.3.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-dns/coredns/coredns-1.8.3.ebuild b/net-dns/coredns/coredns-1.8.3.ebuild index fb5faae345e3..14b4e4767af6 100644 --- a/net-dns/coredns/coredns-1.8.3.ebuild +++ b/net-dns/coredns/coredns-1.8.3.ebuild @@ -912,4 +912,5 @@ src_test() { pkg_postinst() { fcaps_pkg_postinst go-module_pkg_postinst + tmpfiles_process ${PN}.conf } |