summarylogtreecommitdiffstats
path: root/mullvad-vpn-beta.install
blob: a60c2504f804fe9c9f5e6a8a690988a5533b6350 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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 -------------------------------------------------------------
}