summarylogtreecommitdiffstats
path: root/nm-vpngate.install
blob: feb14a0e1cd2a0c6cc95b51834b93c2469c0e1bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
_reload_systemd(){
    systemctl daemon-reload
}

post_install(){
    _reload_systemd
}

post_upgrade(){
    _reload_systemd
}

post_remove(){
    _reload_systemd
}