blob: 5e801491d02671642c271f652346d3b9234e48f9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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".'
echo '>>> As of version 1.9.0-1 the application system name changed'
echo '>>> from "go-for-it" to "com.github.jmoerman.go-for-it".'
echo '>>> This should not affect application shortcut as this is now'
echo '>>> handled by the PKGBUILD and application configuration is'
echo '>>> stored in the GSettings database.'
}
|