dev-vcs/gitui: fix postinst message

Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
Takuya Wakazono 2024-06-09 22:32:46 +09:00
parent 2a0ce73a7d
commit f36666cff1
No known key found for this signature in database
GPG Key ID: 91CA2604719DDA61

View File

@ -353,6 +353,6 @@ src_install() {
}
pkg_postinst() {
einfo "Example of vim keybindings config stored in '/usr/share/doc/${P}'"
einfo 'to use it put example config in `$XDG_CONFIG_HOME/gitui/key_config.ron`'
elog "Example vim style key config is installed in '${EROOT}/usr/share/doc/${PF}'."
elog "To use it, copy the content into '\$XDG_CONFIG_HOME/gitui/key_configs.ron'."
}