summarylogtreecommitdiffstats
path: root/mullvadd.install
diff options
context:
space:
mode:
Diffstat (limited to 'mullvadd.install')
-rw-r--r--mullvadd.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/mullvadd.install b/mullvadd.install
new file mode 100644
index 000000000000..8ea01365438a
--- /dev/null
+++ b/mullvadd.install
@@ -0,0 +1,12 @@
+post_install() {
+ echo " ==> Add the mullvad daemon to system startup wtih 'rc-update add mullvadd default'"
+ echo " ==> Start the mullvad daemon now with 'rc-service mullvadd start'"
+}
+
+post_upgrade() {
+ post_install "$1"
+}
+
+pre_remove() {
+ echo " ==> Make sure you run 'rc-update del mullvadd default'"
+}