diff options
| -rw-r--r-- | net-im/mautrix-telegram/mautrix-telegram-0.12.2.ebuild | 18 | 
1 files changed, 10 insertions, 8 deletions
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  | 
