desktop/syncthing/syncthing.install
2018-10-22 23:01:28 +01:00

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
}