summarylogtreecommitdiffstats
path: root/mullvad.install
diff options
context:
space:
mode:
authorZero2022-11-16 21:50:03 -0500
committerZero2022-11-16 21:50:03 -0500
commit22523b0fb89727bde73c9174fd16e4826cb6d41c (patch)
treefb45d40ceed55bef3c5f75dd3334a54e2aafa4be /mullvad.install
downloadaur-22523b0fb89727bde73c9174fd16e4826cb6d41c.tar.gz
Initial version
Diffstat (limited to 'mullvad.install')
-rw-r--r--mullvad.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/mullvad.install b/mullvad.install
new file mode 100644
index 000000000000..0e23bcdef564
--- /dev/null
+++ b/mullvad.install
@@ -0,0 +1,14 @@
+post_install() {
+ echo " ==> Add the Mullvad daemon to system startup wtih 'rc-update add mullvad-daemon default'"
+ echo " ==> Add the Mullvad early boot network blocker to boot with 'rc-update add mullvad-early-boot-blocking boot'"
+ echo " ==> Start the mullvad daemon now with 'rc-service mullvad-daemon start'"
+}
+
+post_upgrade() {
+ post_install "$1"
+}
+
+pre_remove() {
+ echo " ==> Make sure you run 'rc-update del mullvad-daemon default'"
+ echo " ==> Make sure you run 'rc-update del mullvad-early-boot-blocking boot'"
+}