summaryrefslogtreecommitdiffstats
path: root/abs/core/python_modules/python-pygments/python-pygments.install
blob: eab5811b92d8908d3ecfc01a26eb6d0d9051950d (plain)
1
2
3
4
5
6
7
post_upgrade() {
  if (($(vercmp $2 1.4-5) < 0)); then
    echo '/usr/bin/pygmentize has been moved to the python2-pygments package'
  fi
}

# vim:set ts=2 sw=2 et: