commit: d0686c52da0b6f20d0c8d25dc4b047d2209b330f Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Mon Jun 16 21:38:10 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Mon Jun 16 21:46:59 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0686c52
net-misc/smb4k: Add missing xdg_pkg_postinst call Closes: https://bugs.gentoo.org/958260 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> net-misc/smb4k/smb4k-4.0.2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/net-misc/smb4k/smb4k-4.0.2.ebuild b/net-misc/smb4k/smb4k-4.0.2.ebuild index bfed5e59c1b5..476cd1331e2d 100644 --- a/net-misc/smb4k/smb4k-4.0.2.ebuild +++ b/net-misc/smb4k/smb4k-4.0.2.ebuild @@ -67,6 +67,7 @@ src_configure() { } pkg_postinst() { + xdg_pkg_postinst elog "Users of Samba 4.7 and above please note that for the time being," elog "the following setting has to be added to or changed in the [global]" elog "section of the smb.conf file:"
