summaryrefslogtreecommitdiffstats
path: root/abs/core/python_modules/python-pygments/python2-pygments.install
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2018-03-01 16:21:37 (GMT)
committerBritney Fransen <brfransen@gmail.com>2018-03-01 16:21:37 (GMT)
commitf96a7e128d740eaebf067fe55aaff0cb0161be7c (patch)
treeccb0673ae8cce8d6e06087c3c2d28cb3c7f4896a /abs/core/python_modules/python-pygments/python2-pygments.install
parente1d6ed2e85f532c571d99710438160a360b4adc4 (diff)
downloadlinhes_pkgbuild-f96a7e128d740eaebf067fe55aaff0cb0161be7c.zip
linhes_pkgbuild-f96a7e128d740eaebf067fe55aaff0cb0161be7c.tar.gz
linhes_pkgbuild-f96a7e128d740eaebf067fe55aaff0cb0161be7c.tar.bz2
python2-pygments: update to 2.2.0
Diffstat (limited to 'abs/core/python_modules/python-pygments/python2-pygments.install')
-rw-r--r--abs/core/python_modules/python-pygments/python2-pygments.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/abs/core/python_modules/python-pygments/python2-pygments.install b/abs/core/python_modules/python-pygments/python2-pygments.install
new file mode 100644
index 0000000..3949246
--- /dev/null
+++ b/abs/core/python_modules/python-pygments/python2-pygments.install
@@ -0,0 +1,7 @@
+post_upgrade() {
+ if (($(vercmp $2 2.0.2-2) < 0)); then
+ echo ':: /usr/bin/pygmentize has been moved to the pygmentize package'
+ fi
+}
+
+# vim:set ts=2 sw=2 et: