summarylogtreecommitdiffstats
path: root/google-calendar-nativefier.install
diff options
context:
space:
mode:
Diffstat (limited to 'google-calendar-nativefier.install')
-rw-r--r--google-calendar-nativefier.install10
1 files changed, 0 insertions, 10 deletions
diff --git a/google-calendar-nativefier.install b/google-calendar-nativefier.install
deleted file mode 100644
index 897af51e6c5d..000000000000
--- a/google-calendar-nativefier.install
+++ /dev/null
@@ -1,10 +0,0 @@
-post_upgrade() {
- # Executed only when upgrading from 0.x.x to xxxx.xx.xx
- if [[ "${2:0:1}" == "0" ]]; then
- cat <<EOF
-
-Next time you launch Google Calendar you'll need to log in again. If you'd like to avoid that, run "mv ~/.config/google-calendar-nativefier-e22938 ~/.config/googlecalendar-nativefier-e22938" (note the missing hyphen).
-
-EOF
- fi
-}