summarylogtreecommitdiffstats
path: root/miio.install
diff options
context:
space:
mode:
Diffstat (limited to 'miio.install')
-rw-r--r--miio.install6
1 files changed, 6 insertions, 0 deletions
diff --git a/miio.install b/miio.install
new file mode 100644
index 000000000000..b3c7c156e0d4
--- /dev/null
+++ b/miio.install
@@ -0,0 +1,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
+}