summarylogtreecommitdiffstats
path: root/tor.install
blob: 4f2072b0ddc57bbe511ba96b1aef526922e0cfcc (plain)
1
2
3
4
5
6
7
8
9
10
post_install() {
  echo "==> "
  echo "==> Tor has been preconfigured to run as a client only"
  echo "==> Tor is experimental software, Do not rely on it for strong anonymity."
  echo "==> "
}

post_upgrade() {
  post_install
}