summaryrefslogtreecommitdiffhomepage
path: root/dist-assets/linux/post-transaction.sh
blob: 78c5115f6ff3d13d10a76b3996cc9eae00c60880 (plain)
1
2
3
4
5
6
#!/usr/bin/env bash
# This is to mitigate post-uninstall hooks being ran AFTER post-install hooks
# during an upgrade on Fedora.
set -eu
systemctl enable "/opt/Mullvad VPN/resources/mullvad-daemon.service" || true
systemctl start mullvad-daemon.service || true