commit:     6faf7ae088245853aa3a1e2f8ea1f633acb47ea7
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 30 23:15:11 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jul 30 23:30:20 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6faf7ae0

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 <AT> gentoo.org>

 www-misc/vdradmin-am/vdradmin-am-3.6.10-r1.ebuild | 2 ++
 1 file changed, 2 insertions(+)

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 7ceb43a448d..d4dfe74d614 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"

Reply via email to