summarylogtreecommitdiffstats
path: root/vimiv-git.install
blob: 8259e6d193693d2d7a2292146c354cf4b96ab03a (plain)
1
2
3
4
5
6
7
8
9
10
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
}