summarylogtreecommitdiffstats
path: root/google-desktop-links.install
blob: f7720420257350426a55f0fa3c4377dac2c1c8b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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
}