add custom output
authorAJ ONeal <coolaj86@gmail.com>
Sun, 14 Jun 2020 18:12:42 +0000 (12:12 -0600)
committerAJ ONeal <coolaj86@gmail.com>
Sun, 14 Jun 2020 18:12:42 +0000 (12:12 -0600)
gitea/install.bash

index 527f12f589262265e3375a60b214e771fe39d2ee..17fc587d773f566faf11555346dd3d73e08985f2 100644 (file)
@@ -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"
+}