From: AJ ONeal Date: Sun, 14 Jun 2020 18:12:42 +0000 (-0600) Subject: add custom output X-Git-Url: https://git.josue.xyz/?p=webi-installers%2F.git;a=commitdiff_plain;h=36b2f4010b06847fc662e7030124b496c107c5d1 add custom output --- diff --git a/gitea/install.bash b/gitea/install.bash index 527f12f..17fc587 100644 --- 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" +}