diff options
author | Marek Szuba <marecki@gentoo.org> | 2021-04-27 13:19:58 +0200 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2021-04-27 13:19:58 +0200 |
commit | 481b4d83e053dc8bd477840de288d5b7fec6e86c (patch) | |
tree | c4c008a810ce13a6023ec2a0edece0698d6b3324 /mail-mta | |
parent | dev-python/ruamel-std-pathlib: update HOMEPAGE to avoid redirection (diff) | |
download | gentoo-481b4d83e053dc8bd477840de288d5b7fec6e86c.tar.gz gentoo-481b4d83e053dc8bd477840de288d5b7fec6e86c.tar.bz2 gentoo-481b4d83e053dc8bd477840de288d5b7fec6e86c.zip |
mail-mta/protonmail-bridge-1.6.9: correct variables in the postinst message
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'mail-mta')
-rw-r--r-- | mail-mta/protonmail-bridge/protonmail-bridge-1.6.9.ebuild | 3 |
1 files changed, 1 insertions, 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 ec64f6733a79..59127288a9fb 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 } |