summarylogtreecommitdiffstats
path: root/spideroak-blue.install
diff options
context:
space:
mode:
authorThanh Ha2015-09-29 11:20:39 -0400
committerThanh Ha2015-09-29 11:25:37 -0400
commit1567f06f2d5437980e12df2954934fa2da0e9fd6 (patch)
treed9d815d83e3a89c323c887417198d2f306094195 /spideroak-blue.install
downloadaur-1567f06f2d5437980e12df2954934fa2da0e9fd6.tar.gz
Add initial spideroak-blue package
Diffstat (limited to 'spideroak-blue.install')
-rw-r--r--spideroak-blue.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/spideroak-blue.install b/spideroak-blue.install
new file mode 100644
index 000000000000..d8c220412a31
--- /dev/null
+++ b/spideroak-blue.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
+}