From 1a400f50576c16fb4f5f30e5d9b2ae37f184222c Mon Sep 17 00:00:00 2001 From: Julien Roy Date: Fri, 20 Jan 2023 21:20:14 -0500 Subject: net-im/mautrix-telegram: fix postinst phase Signed-off-by: Julien Roy --- net-im/mautrix-telegram/mautrix-telegram-0.12.2.ebuild | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'net-im') diff --git a/net-im/mautrix-telegram/mautrix-telegram-0.12.2.ebuild b/net-im/mautrix-telegram/mautrix-telegram-0.12.2.ebuild index dc52ce2..4d5a502 100644 --- a/net-im/mautrix-telegram/mautrix-telegram-0.12.2.ebuild +++ b/net-im/mautrix-telegram/mautrix-telegram-0.12.2.ebuild @@ -60,14 +60,16 @@ src_install() { } pkg_postinst() { - einfo "Before you can use ${PN}, you must configure it correctly." - einfo "The configuration file is located at \"/etc/mautrix/${PN/-/_}.yaml\"" - einfo "Next, you must generate a registration file using the following command" - einfo "/usr/bin/python -m ${PN/-/_} -g" - einfo "Next, you must register you registration.yaml file with your homeserver" - einfo "Then you must launch ${PN} by specifying the registration file" - einfo "/usr/bin/python -m ${PN/-/_} -r registration.yaml" - einfo "Finally, you can start the ${PN} daemon" + einfo + elog "Before you can use ${PN}, you must configure it correctly." + elog "The configuration file is located at \"/etc/mautrix/${PN/-/_}.yaml\"" + elog "Next, you must generate a registration file using the following command" + elog "/usr/bin/python -m ${PN/-/_} -g" + elog "Next, you must register you registration.yaml file with your homeserver" + elog "Then you must launch ${PN} by specifying the registration file" + elog "/usr/bin/python -m ${PN/-/_} -r registration.yaml" + elog "Finally, you can start the ${PN} daemon" + einfo optfeature "Monitoring" dev-python/prometheus_client optfeature "Sqlite" dev-python/aiosqlite -- cgit v1.2.3