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 }