summarylogtreecommitdiffstats
path: root/google-desktop-links.install
diff options
context:
space:
mode:
Diffstat (limited to 'google-desktop-links.install')
-rw-r--r--google-desktop-links.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/google-desktop-links.install b/google-desktop-links.install
new file mode 100644
index 000000000000..f77204202573
--- /dev/null
+++ b/google-desktop-links.install
@@ -0,0 +1,13 @@
+post_install() {
+ post_upgrade $1
+ echo 'To launch Google Calendar from the GNOME Shell panel, make it your default calendar handler with'
+ echo 'xdg-mime default google-calendar.desktop text/calendar'
+}
+
+post_upgrade() {
+ update-desktop-database -q
+}
+
+post_remove() {
+ post_upgrade $1
+}