1 2 3 4 5 6 7 8
pre_remove() { systemctl stop pritunl || : systemctl disable pritunl || : } post_remove() { rm -rf /var/lib/pritunl }