diff options
| author | e <e@deb9> | 2019-10-10 14:54:42 +0100 |
|---|---|---|
| committer | Emīls Piņķis <emils@mullvad.net> | 2019-10-10 22:21:16 +0100 |
| commit | e58042532e596ca1e9957bc3291797f8bf63abf7 (patch) | |
| tree | bd07d2e8d5aa27d2a2cee44afd65e974755c3f86 /dist-assets/linux | |
| parent | b123fb7a9f766e080f152adab5951cc49ff746f7 (diff) | |
| download | mullvadvpn-e58042532e596ca1e9957bc3291797f8bf63abf7.tar.xz mullvadvpn-e58042532e596ca1e9957bc3291797f8bf63abf7.zip | |
Remove symlink creation/deletion from install scripts
Diffstat (limited to 'dist-assets/linux')
| -rw-r--r-- | dist-assets/linux/after-install.sh | 2 | ||||
| -rw-r--r-- | dist-assets/linux/before-remove.sh | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/dist-assets/linux/after-install.sh b/dist-assets/linux/after-install.sh index 29b425d370..0abe49cbe5 100644 --- a/dist-assets/linux/after-install.sh +++ b/dist-assets/linux/after-install.sh @@ -1,8 +1,6 @@ #!/usr/bin/env bash set -eu -ln -sf "/opt/Mullvad VPN/resources/mullvad-problem-report" /usr/bin/mullvad-problem-report - if which systemctl &> /dev/null; then systemctl enable "/opt/Mullvad VPN/resources/mullvad-daemon.service" systemctl start mullvad-daemon.service diff --git a/dist-assets/linux/before-remove.sh b/dist-assets/linux/before-remove.sh index bd540072eb..2cb0c9afcd 100644 --- a/dist-assets/linux/before-remove.sh +++ b/dist-assets/linux/before-remove.sh @@ -9,8 +9,6 @@ if [[ "$1" =~ $is_number_re ]] && [ $1 -gt 0 ]; then exit 0; fi -rm -f /usr/bin/mullvad-problem-report - if which systemctl &> /dev/null; then # the user might've disabled or stopped the service themselves already systemctl stop mullvad-daemon.service || true |
