mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
10 lines
243 B
Plaintext
10 lines
243 B
Plaintext
post_upgrade() {
|
|
if (( "$(vercmp $2 0.14.14-1)" < 0 )); then
|
|
cat << EOF
|
|
Syncing symlinks between v0.14.14 and previous versions will not work.
|
|
See https://github.com/syncthing/syncthing/releases/tag/v0.14.14 for details.
|
|
|
|
EOF
|
|
fi
|
|
}
|