summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-07-30 23:56:25 +0100
committerSam James <sam@gentoo.org>2021-07-31 00:30:00 +0100
commit732d6a4d3774b1fa868d2a44adce8074b7cba4f2 (patch)
tree86c54988320d240d5f13aaec26f952e33c9b0e31 /net-dns/coredns
parentnet-dialup/xl2tpd: [QA] call tmpfiles_process in pkg_postinst (diff)
downloadgentoo-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/coredns')
-rw-r--r--net-dns/coredns/coredns-1.8.3.ebuild1
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
}