diff options
Diffstat (limited to 'abs/core/python_modules/python-pygments/python-pygments.install')
-rw-r--r-- | abs/core/python_modules/python-pygments/python-pygments.install | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/abs/core/python_modules/python-pygments/python-pygments.install b/abs/core/python_modules/python-pygments/python-pygments.install new file mode 100644 index 0000000..eab5811 --- /dev/null +++ b/abs/core/python_modules/python-pygments/python-pygments.install @@ -0,0 +1,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: |