6
0
mirror of https://github.com/grdl/git-get.git synced 2026-02-04 23:49:42 +00:00

Revert the brew release process back to formulae, delete the 0.6.0 scoop release

This commit is contained in:
Grzegorz Dlugoszewski
2025-08-24 09:35:56 +02:00
parent 37c2f95961
commit 7288900c91
4 changed files with 12 additions and 36 deletions

3
release/scripts/postinstall.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/sh
# Create symlink for git-list command
ln -sf /usr/local/bin/git-get /usr/local/bin/git-list

3
release/scripts/preremove.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/sh
# Remove symlink for git-list command
rm -f /usr/local/bin/git-list