summaryrefslogtreecommitdiffstats
path: root/abs/core/python_modules/python-pygments/python-pygments.install
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2014-04-29 23:17:15 (GMT)
committerBritney Fransen <brfransen@gmail.com>2014-04-29 23:17:15 (GMT)
commit593cf54c6c5cd88164bfe85441a2a993a09a89e3 (patch)
tree481ce50e949b5822a90ab675084fd2ed33e61ced /abs/core/python_modules/python-pygments/python-pygments.install
parent88c34a9f842d5f7424c8fc9ab204d4cbc62e01d7 (diff)
downloadlinhes_pkgbuild-593cf54c6c5cd88164bfe85441a2a993a09a89e3.zip
linhes_pkgbuild-593cf54c6c5cd88164bfe85441a2a993a09a89e3.tar.gz
linhes_pkgbuild-593cf54c6c5cd88164bfe85441a2a993a09a89e3.tar.bz2
python-pygments:initial inclusion
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, 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: