summarylogtreecommitdiffstats
path: root/spideroak-one.install
blob: d8c220412a31a3f616f1ac4b4a88f2711d956554 (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
  update-desktop-database -q
  echo "Privacy Policy: https://spideroak.com/privacy_policy"
  echo "Law Enforcement Policy: https://spideroak.com/law_enforcement/"
  echo ""
  echo "Full changelog is available at https://spideroak.com/resources/release-notes"
}

post_upgrade() {
  post_install
}