projects
/
webi-installers
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9120449
)
add custom output
author
AJ ONeal
<coolaj86@gmail.com>
Sun, 14 Jun 2020 18:12:42 +0000
(12:12 -0600)
committer
AJ ONeal
<coolaj86@gmail.com>
Sun, 14 Jun 2020 18:12:42 +0000
(12:12 -0600)
gitea/install.bash
patch
|
blob
|
history
diff --git
a/gitea/install.bash
b/gitea/install.bash
index 527f12f589262265e3375a60b214e771fe39d2ee..17fc587d773f566faf11555346dd3d73e08985f2 100644
(file)
--- a/
gitea/install.bash
+++ b/
gitea/install.bash
@@
-63,3
+63,7
@@
pkg_post_install() {
# Adds "$HOME/.local/bin" to PATH
webi_path_add "$pkg_common_bin"
}
+
+pkg_post_install_message() {
+ echo "Installed 'gitea' as $pkg_common_cmd"
+}