summarylogtreecommitdiffstats
path: root/mullvadd.install
diff options
context:
space:
mode:
authorvojvoda3432021-10-27 10:13:52 +0200
committervojvoda3432021-10-27 10:13:52 +0200
commitdeda13e7a29388f07f6c5eaa8e5141d9a466336c (patch)
tree23fa8aa64e4298b1a97d56b0883bd586a42c5e94 /mullvadd.install
downloadaur-deda13e7a29388f07f6c5eaa8e5141d9a466336c.tar.gz
initial commit
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'"
+}