summarylogtreecommitdiffstats
path: root/go-for-it.install
diff options
context:
space:
mode:
Diffstat (limited to 'go-for-it.install')
-rw-r--r--go-for-it.install8
1 files changed, 8 insertions, 0 deletions
diff --git a/go-for-it.install b/go-for-it.install
new file mode 100644
index 000000000000..ebc2043f48ec
--- /dev/null
+++ b/go-for-it.install
@@ -0,0 +1,8 @@
+post_upgrade() {
+ echo '>>> WARNING: Manual intervention required.'
+ echo '>>> As of version 1.7.3-2 the application system name changed'
+ echo '>>> from "com.github.jmoerman.go-for-it" to "go-for-it".'
+ echo '>>> This will affect application shortcut and config directory'
+ echo '>>> that might need adjustment. For example, rename'
+ echo '>>> "~/.config/com.github.jmoerman.go-for-it" to "~/.config/go-for-it".'
+}