net-fs/samba: [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-31 00:14:31 +01:00
parent 1dcb21d1b3
commit e997346dd0
6 changed files with 12 additions and 0 deletions

View File

@@ -320,6 +320,8 @@ multilib_src_test() {
}
pkg_postinst() {
tmpfiles_process samba.conf
if [[ -z ${REPLACING_VERSIONS} ]] ; then
elog "Be aware that this release contains the best of all of Samba's"
elog "technology parts, both a file server (that you can reasonably expect"

View File

@@ -320,6 +320,8 @@ multilib_src_test() {
}
pkg_postinst() {
tmpfiles_process samba.conf
if [[ -z ${REPLACING_VERSIONS} ]] ; then
elog "Be aware that this release contains the best of all of Samba's"
elog "technology parts, both a file server (that you can reasonably expect"

View File

@@ -324,6 +324,8 @@ multilib_src_test() {
}
pkg_postinst() {
tmpfiles_process samba.conf
if [[ -z ${REPLACING_VERSIONS} ]] ; then
elog "Be aware that this release contains the best of all of Samba's"
elog "technology parts, both a file server (that you can reasonably expect"

View File

@@ -324,6 +324,8 @@ multilib_src_test() {
}
pkg_postinst() {
tmpfiles_process samba.conf
if [[ -z ${REPLACING_VERSIONS} ]] ; then
elog "Be aware that this release contains the best of all of Samba's"
elog "technology parts, both a file server (that you can reasonably expect"

View File

@@ -324,6 +324,8 @@ multilib_src_test() {
}
pkg_postinst() {
tmpfiles_process samba.conf
if [[ -z ${REPLACING_VERSIONS} ]] ; then
elog "Be aware that this release contains the best of all of Samba's"
elog "technology parts, both a file server (that you can reasonably expect"

View File

@@ -320,6 +320,8 @@ multilib_src_test() {
}
pkg_postinst() {
tmpfiles_process samba.conf
if [[ -z ${REPLACING_VERSIONS} ]] ; then
elog "Be aware that this release contains the best of all of Samba's"
elog "technology parts, both a file server (that you can reasonably expect"