summarylogtreecommitdiffstats
path: root/spideroak-one.install
diff options
context:
space:
mode:
Diffstat (limited to 'spideroak-one.install')
-rw-r--r--spideroak-one.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/spideroak-one.install b/spideroak-one.install
new file mode 100644
index 000000000000..d8c220412a31
--- /dev/null
+++ b/spideroak-one.install
@@ -0,0 +1,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
+}