diff options
author | Sam James <sam@gentoo.org> | 2021-07-30 23:56:14 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-07-31 00:29:58 +0100 |
commit | dd153d6fcb27098585d546fe1329819f7e18f980 (patch) | |
tree | e2d7c435971038f296b837c4580ab7a49c0c9c81 /net-analyzer/vnstat/vnstat-2.6-r1.ebuild | |
parent | net-analyzer/suricata: [QA] call tmpfiles_process in pkg_postinst (diff) | |
download | gentoo-dd153d6fcb27098585d546fe1329819f7e18f980.tar.gz gentoo-dd153d6fcb27098585d546fe1329819f7e18f980.tar.bz2 gentoo-dd153d6fcb27098585d546fe1329819f7e18f980.zip |
net-analyzer/vnstat: [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-analyzer/vnstat/vnstat-2.6-r1.ebuild')
-rw-r--r-- | net-analyzer/vnstat/vnstat-2.6-r1.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net-analyzer/vnstat/vnstat-2.6-r1.ebuild b/net-analyzer/vnstat/vnstat-2.6-r1.ebuild index 3d37feff320b..1f52869e87aa 100644 --- a/net-analyzer/vnstat/vnstat-2.6-r1.ebuild +++ b/net-analyzer/vnstat/vnstat-2.6-r1.ebuild @@ -77,3 +77,7 @@ src_install() { newdoc INSTALL README.setup dodoc CHANGES README UPGRADE FAQ examples/vnstat.cgi } + +pkg_postinst() { + tmpfiles_process vnstatd.conf +} |