summarylogtreecommitdiffstats
path: root/spideroak-one.install
blob: 162468964e5ffd578cf0047df5f58dee8aa9b341 (plain)
1
2
3
4
5
6
7
8
9
10
post_install() {
  echo "Privacy Policy: https://spideroak.com/privacy_policy"
  echo "Law Enforcement Policy: https://spideroak.com/about/law-enforcement"
  echo ""
  echo "Full changelog is available at https://spideroak.com/release-notes/"
}

post_upgrade() {
  post_install
}