summarylogtreecommitdiffstats
path: root/vimiv-git.install
diff options
context:
space:
mode:
authorkarlch2016-12-28 16:09:02 +0100
committerkarlch2016-12-28 16:09:02 +0100
commit2973c5a6731b1949717856aebc420ed1c2746477 (patch)
tree74be0a04730493ef92e9dd5229704f73128aba8d /vimiv-git.install
parent4da938fb2066544edee5c5e1b4118efc4fbfc2e6 (diff)
downloadaur-2973c5a6731b1949717856aebc420ed1c2746477.tar.gz
Update because of incompatible changes
- New maintainer email - ImageMagick is no longer an optional dependency - Inform about broken keys.conf because of incompatible changes in .install file
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
+}