summarylogtreecommitdiffstats
path: root/mullvad-vpn-beta.install
diff options
context:
space:
mode:
Diffstat (limited to 'mullvad-vpn-beta.install')
-rw-r--r--mullvad-vpn-beta.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/mullvad-vpn-beta.install b/mullvad-vpn-beta.install
new file mode 100644
index 000000000000..a60c2504f804
--- /dev/null
+++ b/mullvad-vpn-beta.install
@@ -0,0 +1,13 @@
+post_upgrade() {
+ echo -------------------------------------------------------------
+ echo 'You need to restart the mullvad daemon'
+ echo '# systemctl restart mullvad-daemon'
+ echo -------------------------------------------------------------
+}
+
+post_install() {
+ echo -------------------------------------------------------------
+ echo 'Make sure to enable and run the mullvad daemon'
+ echo '# systemctl enable --now mullvad-daemon'
+ echo -------------------------------------------------------------
+}