summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMarkus Pettersson <markus.pettersson@mullvad.net>2024-11-12 08:12:35 +0100
committerMarkus Pettersson <markus.pettersson@mullvad.net>2024-11-14 11:09:17 +0100
commit7c90348f27c32bd73a3d783280e96d884c3000a3 (patch)
treee2e86e5dd7147588610c7d3b2208c43b4429e04f
parentc1b2a176b8ac0d18ac8080c094d38ef78e2a7376 (diff)
downloadmullvadvpn-7c90348f27c32bd73a3d783280e96d884c3000a3.tar.xz
mullvadvpn-7c90348f27c32bd73a3d783280e96d884c3000a3.zip
Stop removal of deprecated exclusion group
Clean up a command in the pre-install script for macOS. Do not try to remove an unused exclusion group, which is not needed since we dropped support for app version 2023.4 and earlier.
-rwxr-xr-xdist-assets/pkg-scripts/preinstall3
1 files changed, 0 insertions, 3 deletions
diff --git a/dist-assets/pkg-scripts/preinstall b/dist-assets/pkg-scripts/preinstall
index 9c5b2bf3f1..dd29def3c0 100755
--- a/dist-assets/pkg-scripts/preinstall
+++ b/dist-assets/pkg-scripts/preinstall
@@ -40,8 +40,5 @@ fi
rm "$NEW_CACHE_DIR/relays.json" || true
rm "$NEW_CACHE_DIR/api-ip-address.txt" || true
-# Remove deprecated exclusion group. This line can be removed when 2023.4 is no longer supported
-dscl . -delete /groups/mullvad-exclusion &>/dev/null || true
-
# Kill the GUI before proceeding with the upgrade.
pkill -x "Mullvad VPN" && sleep 1 || echo "Unable to kill GUI, not running?"