summarylogtreecommitdiffstats
path: root/gimp.install
blob: c2115671371c1937205e786a3cc42e90e4eb1eac (plain)
1
2
3
4
5
6
7
8
#!/bin/bash

post_upgrade() {
  if [[ $(vercmp '2.10.18-4' "$2") -eq 1 ]]; then
    echo ' > The python2 plugin support is disabled, you will need to install this'
    echo ' > separately if you need it, e.g. the python2-gimp package in the AUR.'
  fi
}