From c515cc38fde1a6e341db97d94e5ea168238c247d Mon Sep 17 00:00:00 2001 From: Sam James Date: Fri, 30 Jul 2021 23:54:58 +0100 Subject: app-mobilephone/smstools: [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 --- app-mobilephone/smstools/smstools-3.1.21-r2.ebuild | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app-mobilephone') diff --git a/app-mobilephone/smstools/smstools-3.1.21-r2.ebuild b/app-mobilephone/smstools/smstools-3.1.21-r2.ebuild index 1ff5073bc2fa..2316c15de039 100644 --- a/app-mobilephone/smstools/smstools-3.1.21-r2.ebuild +++ b/app-mobilephone/smstools/smstools-3.1.21-r2.ebuild @@ -70,6 +70,8 @@ src_install() { } pkg_postinst() { + tmpfiles_process smsd.conf + touch "${EROOT}"/var/log/smsd.log || die chown --no-dereference -f smsd:sms "${EROOT}"/var/log/smsd.log || die } -- cgit v1.2.3-65-gdbad