commit: c9440264ac4fa235058656115e9230d387ef489b
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 15 09:51:35 2021 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Thu Jul 15 09:51:35 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9440264
net-fs/samba: Adjusted a postinst message
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
net-fs/samba/samba-4.15.0_rc1.ebuild | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/net-fs/samba/samba-4.15.0_rc1.ebuild
b/net-fs/samba/samba-4.15.0_rc1.ebuild
index fb899933a3c..bac64c86588 100644
--- a/net-fs/samba/samba-4.15.0_rc1.ebuild
+++ b/net-fs/samba/samba-4.15.0_rc1.ebuild
@@ -327,7 +327,9 @@ pkg_postinst() {
elog "controller work previously known as 'samba4'."
elog
fi
- elog "For further information and migration steps make sure to read "
- elog "https://samba.org/samba/history/${P}.html "
- elog "https://wiki.samba.org/index.php/Samba4/HOWTO "
+ if [[ "${PV}" != *_rc* ]] ; then
+ elog "For further information and migration steps make sure to
read "
+ elog "https://samba.org/samba/history/${P}.html "
+ elog "https://wiki.samba.org/index.php/Samba4/HOWTO "
+ fi
}