commit: 481b4d83e053dc8bd477840de288d5b7fec6e86c
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 27 11:19:58 2021 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Tue Apr 27 11:19:58 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=481b4d83
mail-mta/protonmail-bridge-1.6.9: correct variables in the postinst message
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
mail-mta/protonmail-bridge/protonmail-bridge-1.6.9.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/mail-mta/protonmail-bridge/protonmail-bridge-1.6.9.ebuild
b/mail-mta/protonmail-bridge/protonmail-bridge-1.6.9.ebuild
index ec64f6733a7..59127288a9f 100644
--- a/mail-mta/protonmail-bridge/protonmail-bridge-1.6.9.ebuild
+++ b/mail-mta/protonmail-bridge/protonmail-bridge-1.6.9.ebuild
@@ -440,8 +440,7 @@ pkg_postinst() {
# Don't bother checking for USE=-gui here, it has never worked yet
if [[ -n ${REPLACING_VERSIONS} ]]; then
- ewarn "Please note that following the removal of ${PF}-bin, the
executable and the systemd unit file installed by ${PF}"
- ewarn "are now called simply '${PN}' rather than '${PN}'-cli"
+ ewarn "Please note that following the removal of
${CATEGORY}/${PN}-bin, the executable and the systemd unit file installed by
${PN} are now called simply '${PN}' rather than '${PN}-cli'"
fi
}