blob: d518efae4a03007747f89816cf562f7fb958a4cc (
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/about/law-enforcement"
echo ""
echo "Full changelog is available at https://spideroak.com/release-notes/"
}
post_upgrade() {
post_install
}
|