summaryrefslogtreecommitdiff
path: root/arch-linux/anytun/anytun.install
blob: 9715198246983b0005d1673f34c1f2d303dc279b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
post_install() {
  echo ""
  echo "==============================================================================="
  echo "Don't forget to create configuration directories unter /etc/anytun/"
  echo "and to add them to /etc/anytun/autostart"
  echo "You will find example configuration files in /usr/share/anytun-$1/etc-example/"
  echo ""
  echo "You can disect anytun traffic using wireshark by plugging the script"
  echo " /usr/share/anytun-$1/wireshark-lua/satp.lua into wireshark"
  echo "==============================================================================="
  echo ""
}

post_upgrade() {
  return 0
}

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