summarylogtreecommitdiffstats
path: root/go-for-it.install
diff options
context:
space:
mode:
authorMiodrag Tokić2020-04-09 22:44:54 +0200
committerMiodrag Tokić2020-04-09 22:46:18 +0200
commitd5940dd8b182fa534dae6a3f16de1c816fc10e85 (patch)
treebfa4ccf5483202e098b9ae747e4925e9a678d029 /go-for-it.install
parent6ba94920e5c6e8a5b7f0f215b64dc53a70799d9d (diff)
downloadaur-d5940dd8b182fa534dae6a3f16de1c816fc10e85.tar.gz
Change the system application name to "go-for-it"
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".'
+}