blob: b3c7c156e0d46d026ce0df769a2b0620545e9c98 (
plain)
1
2
3
4
5
6
|
post_upgrade() {
if [ "${1%-*}" != "${2%-*}" ]; then
echo ':: Please check upstream documentation for any breaking changes.'
echo ":: You can find them here: https://github.com/rytilahti/python-miio/releases/tag/${1%-*}"
fi
}
|