summaryrefslogtreecommitdiff
path: root/dev-vcs/gitui
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-06-10 07:22:06 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-06-10 07:22:06 +0000
commita2d8fbe2bda894c95c904fb4d8a353c49a109779 (patch)
treee97b43e0c6d3a7bd3e68088eba644c025a606c2d /dev-vcs/gitui
parent8499c4bc1cfa10d5c39adb1fee9f4fbe8a716ad6 (diff)
downloadbaldeagleos-repo-a2d8fbe2bda894c95c904fb4d8a353c49a109779.tar.gz
baldeagleos-repo-a2d8fbe2bda894c95c904fb4d8a353c49a109779.tar.xz
baldeagleos-repo-a2d8fbe2bda894c95c904fb4d8a353c49a109779.zip
Adding metadata
Diffstat (limited to 'dev-vcs/gitui')
-rw-r--r--dev-vcs/gitui/gitui-0.26.3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-vcs/gitui/gitui-0.26.3.ebuild b/dev-vcs/gitui/gitui-0.26.3.ebuild
index 4cad5bc8491b..ddd92c8449ee 100644
--- a/dev-vcs/gitui/gitui-0.26.3.ebuild
+++ b/dev-vcs/gitui/gitui-0.26.3.ebuild
@@ -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'."
}