summaryrefslogtreecommitdiffstats
path: root/abs/core/python_modules/python-pygments/python-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/python-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/python-pygments.install')
-rw-r--r--abs/core/python_modules/python-pygments/python-pygments.install7
1 files changed, 0 insertions, 7 deletions
diff --git a/abs/core/python_modules/python-pygments/python-pygments.install b/abs/core/python_modules/python-pygments/python-pygments.install
deleted file mode 100644
index eab5811..0000000
--- a/abs/core/python_modules/python-pygments/python-pygments.install
+++ /dev/null
@@ -1,7 +0,0 @@
-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: