blob: f34dec34eab79d5745c473105a326633b6bf63bb (
plain)
1
2
3
4
5
6
7
|
post_upgrade() {
cat <<EOF
If you are upgrading from a previous version of yabridge and you are using the
copy-based installation method, then don't forget to run 'yabridgectl sync' to
update those copies.
EOF
}
|