We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 387bfbe commit 7e267e4Copy full SHA for 7e267e4
.goreleaser.yaml
@@ -89,6 +89,14 @@ homebrew_casks:
89
FileUtils.mkdir_p fish_completion
90
FileUtils.cp "#{staged_path}/completions/cu.fish", "#{fish_completion}/cu.fish"
91
end
92
+ uninstall: |
93
+ # Remove cu symlink
94
+ FileUtils.rm_f "#{HOMEBREW_PREFIX}/bin/cu"
95
+
96
+ # Remove cu completions
97
+ FileUtils.rm_f "#{HOMEBREW_PREFIX}/etc/bash_completion.d/cu"
98
+ FileUtils.rm_f "#{HOMEBREW_PREFIX}/share/zsh/site-functions/_cu"
99
+ FileUtils.rm_f "#{HOMEBREW_PREFIX}/share/fish/vendor_completions.d/cu.fish"
100
101
checksum:
102
name_template: "checksums.txt"
0 commit comments