commit: 469ca76060868ab9bd03ca8b26d7afbefe509538 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:39:58 2025 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=469ca760
net-misc/smb4k: Add missing xdg_pkg_postinst call Bug: https://bugs.gentoo.org/958260 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> net-misc/smb4k/smb4k-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/net-misc/smb4k/smb4k-9999.ebuild b/net-misc/smb4k/smb4k-9999.ebuild index 31fdaeef60..4eafda4cf9 100644 --- a/net-misc/smb4k/smb4k-9999.ebuild +++ b/net-misc/smb4k/smb4k-9999.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:"
