diff options
author | Sam James <sam@gentoo.org> | 2021-07-31 00:15:11 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-07-31 00:30:20 +0100 |
commit | 6faf7ae088245853aa3a1e2f8ea1f633acb47ea7 (patch) | |
tree | 8b70160ef6b519675dd4161aa2d50dc19fba3f7e /www-misc | |
parent | www-apache/mod_auth_kerb: [QA] call tmpfiles_process in pkg_postinst (diff) | |
download | gentoo-6faf7ae088245853aa3a1e2f8ea1f633acb47ea7.tar.gz gentoo-6faf7ae088245853aa3a1e2f8ea1f633acb47ea7.tar.bz2 gentoo-6faf7ae088245853aa3a1e2f8ea1f633acb47ea7.zip |
www-misc/vdradmin-am: [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 'www-misc')
-rw-r--r-- | www-misc/vdradmin-am/vdradmin-am-3.6.10-r1.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www-misc/vdradmin-am/vdradmin-am-3.6.10-r1.ebuild b/www-misc/vdradmin-am/vdradmin-am-3.6.10-r1.ebuild index 7ceb43a448d5..d4dfe74d6145 100644 --- a/www-misc/vdradmin-am/vdradmin-am-3.6.10-r1.ebuild +++ b/www-misc/vdradmin-am/vdradmin-am-3.6.10-r1.ebuild @@ -142,6 +142,8 @@ pkg_preinst() { } pkg_postinst() { + tmpfiles_process vdradmind.conf + if use ipv6; then elog elog "To make use of the ipv6 protocol" |