summaryrefslogtreecommitdiffhomepage
path: root/dist-assets/pkg-scripts/postinstall
diff options
context:
space:
mode:
authorMarkus Pettersson <markus.pettersson@mullvad.net>2025-07-07 07:57:44 +0200
committerMarkus Pettersson <markus.pettersson@mullvad.net>2025-07-07 07:57:44 +0200
commitcb35182b0f2a2a0d353ba0100be682c4eacfdb97 (patch)
treed5c8bdf9cb604dbeefbac564a491ac0e14c2910c /dist-assets/pkg-scripts/postinstall
parent5300f1663559ebd7a87c699db8e858d13e6fa556 (diff)
downloadmullvadvpn-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-xdist-assets/pkg-scripts/postinstall6
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/"