summaryrefslogtreecommitdiffhomepage
path: root/dist-assets/linux/before-remove.sh
AgeCommit message (Collapse)AuthorFilesLines
2024-03-05Fix shellcheck warnings and notesJoakim Hulthe1-1/+1
2022-11-03Remove superfluos logging from install scriptEmīls Piņķis1-2/+0
2022-09-13Improve daemon unit fileEmīls Piņķis1-0/+1
Set the `MULLVAD_RESOURCE_DIR` environment variable and specify the path as a required mount path.
2022-09-12Add early-boot-blocking unit fileEmīls Piņķis1-0/+2
2022-08-26Use SIGINT instead of SIGTERM in before-removeOskar Nyberg1-1/+4
2022-08-23Remove use of --quit-without-disconnect and limitations due to disconnectingOskar Nyberg1-2/+2
2022-06-20Remove legacy upstart init configurationEvan Anderson1-8/+3
The supported platforms (Ubuntu 18.04+, Debian 10+, and Fedora 33+) all use systemd, so the old upstart configuration can be safely removed
2022-03-14Rename wireguard key removal functionDavid Lönnhager1-1/+1
2021-11-30Kill the GUI when uninstalling the app on LinuxDavid Lönnhager1-0/+2
2021-06-18Rename 'mullvad-setup clear-history' to 'mullvad-setup remove-wireguard-key'David Lönnhager1-1/+1
2020-10-12Remove keys after resteting firewallEmīls1-3/+2
2020-09-29Reset firewall from Linux build-scriptsEmīls1-0/+2
2020-09-04Use full path to mullvad CLI binaryLinus Färnstrand1-1/+1
2020-07-03Use CLI instead of mullvad-setup to clear wg keysEmīls1-0/+2
2020-03-17Don't stop the daemon in before_remove.sh on Debian, if upgradingDavid Lönnhager1-0/+5
2019-10-10Remove symlink creation/deletion from install scriptse1-2/+0
2019-10-09Add and remove mullvad-problem-report symlink in install scriptsLinus Färnstrand1-0/+2
2019-01-16Slightly improve install script so that it doesn't fail on Debian systemsEmīls Piņķis1-1/+2
2018-11-13Add post-transaction hook for RPM package to always enable mullvad-daemon ↵Emīls Piņķis1-2/+10
upon upgrade/install
2018-09-04Only install config. files for one init systemJanito Vaqueiro Ferreira Filho1-0/+1
Keep configuration for init systems in the resources directory, and have the after-install and before-remove scripts configure the detected installed init system.
2018-09-04Support Upstart init systemJanito Vaqueiro Ferreira Filho1-2/+6
2018-09-04Stop and disable service before files are removedJanito Vaqueiro Ferreira Filho1-0/+5