add custom output
[webi-installers/.git] / 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"
+}