summarylogtreecommitdiffstats
path: root/vimiv-git.install
diff options
context:
space:
mode:
Diffstat (limited to 'vimiv-git.install')
-rw-r--r--vimiv-git.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/vimiv-git.install b/vimiv-git.install
new file mode 100644
index 000000000000..8259e6d19369
--- /dev/null
+++ b/vimiv-git.install
@@ -0,0 +1,11 @@
+post_upgrade() {
+ printf "
+There were backwards incompatible changes concerning command names. If you
+maintain your own keys.conf, it is almost certainly broken. Please refer to the
+changelog at http://karlch.github.io/vimiv/changelog/ or the default keys.conf
+to fix it.\n\n"
+}
+
+post_install() {
+ post_upgrade
+}