chore: add install unstable script
All checks were successful
build and upload / build (push) Successful in 16s
All checks were successful
build and upload / build (push) Successful in 16s
This commit is contained in:
8
Makefile
8
Makefile
@@ -33,4 +33,10 @@ install:
|
||||
install -d /usr/share/zsh/site-functions/
|
||||
install -m 644 completions.zsh /usr/share/zsh/site-functions/_$(APP_NAME)
|
||||
install -d /usr/share/fish/vendor_completions.d/
|
||||
install -m 644 completions.fish /usr/share/fish/vendor_completions.d/$(APP_NAME).fish
|
||||
install -m 644 completions.fish /usr/share/fish/vendor_completions.d/$(APP_NAME).fish
|
||||
|
||||
uninstall:
|
||||
rm -f $(PREFIX)/bin/$(APP_NAME)
|
||||
rm -f /usr/share/bash-completion/completions/$(APP_NAME)
|
||||
rm -f /usr/share/zsh/site-functions/_$(APP_NAME)
|
||||
rm -f /usr/share/fish/vendor_completions.d/$(APP_NAME).fish
|
||||
Reference in New Issue
Block a user