summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-07-31 00:14:31 +0100
committerSam James <sam@gentoo.org>2021-07-31 00:30:04 +0100
commite997346dd006ea93d3ed22cf3bc8a276f0cdd326 (patch)
tree3e630a79d38a6947a5be56ccae725f3950bfef00 /net-fs/samba/samba-4.14.4-r2.ebuild
parentnet-firewall/fwknop: [QA] call tmpfiles_process in pkg_postinst (diff)
downloadgentoo-e997346dd006ea93d3ed22cf3bc8a276f0cdd326.tar.gz
gentoo-e997346dd006ea93d3ed22cf3bc8a276f0cdd326.tar.bz2
gentoo-e997346dd006ea93d3ed22cf3bc8a276f0cdd326.zip
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>
Diffstat (limited to 'net-fs/samba/samba-4.14.4-r2.ebuild')
-rw-r--r--net-fs/samba/samba-4.14.4-r2.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/net-fs/samba/samba-4.14.4-r2.ebuild b/net-fs/samba/samba-4.14.4-r2.ebuild
index 8c1e9a652efc..ac4c338a3303 100644
--- a/net-fs/samba/samba-4.14.4-r2.ebuild
+++ b/net-fs/samba/samba-4.14.4-r2.ebuild
@@ -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"