diff options
| author | Julien Roy <julien@jroy.ca> | 2023-01-20 21:20:14 -0500 | 
|---|---|---|
| committer | Julien Roy <julien@jroy.ca> | 2023-01-20 21:20:14 -0500 | 
| commit | 1a400f50576c16fb4f5f30e5d9b2ae37f184222c (patch) | |
| tree | 78c32cb721fb475febb79ff74be448c7a8223010 /net-im | |
| parent | 337fd13624632ff8b088e5642e2c64ac9039f50a (diff) | |
| download | MrRoy-Overlay-1a400f50576c16fb4f5f30e5d9b2ae37f184222c.tar.gz MrRoy-Overlay-1a400f50576c16fb4f5f30e5d9b2ae37f184222c.tar.bz2 MrRoy-Overlay-1a400f50576c16fb4f5f30e5d9b2ae37f184222c.zip  | |
net-im/mautrix-telegram: fix postinst phase
Signed-off-by: Julien Roy <julien@jroy.ca>
Diffstat (limited to 'net-im')
| -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  | 
