summaryrefslogtreecommitdiff
path: root/arch-linux/anytun.install
blob: 02d8ffadb4b8fe48d436739202c1cb06dbe812ed (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
  return 0
}

post_upgrade() {
  return 0
}

pre_remove() {
  /etc/rc.d/anytun stop
}