summarylogtreecommitdiffstats
path: root/google-desktop-links.install
diff options
context:
space:
mode:
authorXZS2015-07-01 15:17:25 +0200
committerXZS2015-07-01 15:18:47 +0200
commitc0e1b19dda732c6d2dae00da87fa662b9b18d072 (patch)
tree63756689f4dd3cf6a5a339774e72dc3469cf3039 /google-desktop-links.install
downloadaur-google-desktop-links.tar.gz
intitial import from old AUR version 3
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
+}