mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
7 lines
199 B
Plaintext
7 lines
199 B
Plaintext
post_upgrade() {
|
|
if [ "$(vercmp 8.44 "$2")" -eq 1 ]; then
|
|
printf '==> Default config location changed\n'
|
|
printf ' Move the file signon.db from ~/.signon/ to ~/.config/signond/\n'
|
|
fi
|
|
}
|