diff options
| author | Markus Pettersson <markus.pettersson@mullvad.net> | 2025-07-07 07:57:44 +0200 |
|---|---|---|
| committer | Markus Pettersson <markus.pettersson@mullvad.net> | 2025-07-07 07:57:44 +0200 |
| commit | cb35182b0f2a2a0d353ba0100be682c4eacfdb97 (patch) | |
| tree | d5c8bdf9cb604dbeefbac564a491ac0e14c2910c /dist-assets/pkg-scripts/postinstall | |
| parent | 5300f1663559ebd7a87c699db8e858d13e6fa556 (diff) | |
| download | mullvadvpn-cb35182b0f2a2a0d353ba0100be682c4eacfdb97.tar.xz mullvadvpn-cb35182b0f2a2a0d353ba0100be682c4eacfdb97.zip | |
Revert "Merge remote-tracking branch 'EricFromCanada/macos-zsh-completions'"
This reverts commit cc0d15fb95886b5639c9abfb592ba2499dc66905, reversing
changes made to 9f2acb70e2677cd8c3f7eeda56dec56c07f65ad4.
Diffstat (limited to 'dist-assets/pkg-scripts/postinstall')
| -rwxr-xr-x | dist-assets/pkg-scripts/postinstall | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/dist-assets/pkg-scripts/postinstall b/dist-assets/pkg-scripts/postinstall index 2c067efab1..6f6f6f9904 100755 --- a/dist-assets/pkg-scripts/postinstall +++ b/dist-assets/pkg-scripts/postinstall @@ -62,11 +62,7 @@ DAEMON_PLIST=$(cat <<-EOM EOM ) -if [[ -d "/opt/homebrew/share/zsh/site-functions/" ]]; then - ZSH_COMPLETIONS_DIR="/opt/homebrew/share/zsh/site-functions/" -else - ZSH_COMPLETIONS_DIR="/usr/local/share/zsh/site-functions/" -fi +ZSH_COMPLETIONS_DIR="/usr/local/share/zsh/site-functions/" if [[ -d "/opt/homebrew/share/fish/vendor_completions.d/" ]]; then FISH_COMPLETIONS_DIR="/opt/homebrew/share/fish/vendor_completions.d/" |
