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 <sam@gentoo.org>
This commit is contained in:
Sam James 2021-07-30 23:54:58 +01:00
parent d1e4dc10d9
commit c515cc38fd
No known key found for this signature in database
GPG Key ID: F4922810EEA0483B
1 changed files with 2 additions and 0 deletions

View File

@ -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
}