diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2021-07-15 11:51:35 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2021-07-15 11:51:35 +0200 |
commit | c9440264ac4fa235058656115e9230d387ef489b (patch) | |
tree | f7827f1f10555cd4895b4c7d1d4b6c7e86e499a3 /net-fs | |
parent | net-fs/samba: Bump to versions 4.13.10, 4.14.6 and 4.15.0_rc1 (diff) | |
download | gentoo-c9440264ac4fa235058656115e9230d387ef489b.tar.gz gentoo-c9440264ac4fa235058656115e9230d387ef489b.tar.bz2 gentoo-c9440264ac4fa235058656115e9230d387ef489b.zip |
net-fs/samba: Adjusted a postinst message
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/samba/samba-4.15.0_rc1.ebuild | 8 |
1 files 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 fb899933a3c5..bac64c865884 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 } |