summarylogtreecommitdiffstats
path: root/pritunl.install
blob: 79d2ea69eaedc55d67ef2b6d37829b3464c70cd7 (plain)
1
2
3
4
5
6
7
8
pre_remove() {
    systemctl stop pritunl || :
    systemctl disable pritunl || :
}

post_remove() {
    rm -rf /var/lib/pritunl
}