arch-ppa/src/spideroak-one/spideroak-one.install

12 lines
313 B
Plaintext

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
}