summaryrefslogtreecommitdiffstats
path: root/abs/core/python_modules/python-pygments/python2-pygments.install
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2020-11-15 22:21:41 (GMT)
committerBritney Fransen <brfransen@gmail.com>2020-11-15 22:21:41 (GMT)
commit17520a20ea44f7cd1cbe25d1760e2277b84554a2 (patch)
treefc70858957487f47df31e2b1d968334982ae9c06 /abs/core/python_modules/python-pygments/python2-pygments.install
parent0c6c359df737180a355ecea24505a4f3b53b3358 (diff)
downloadlinhes_pkgbuild-17520a20ea44f7cd1cbe25d1760e2277b84554a2.zip
linhes_pkgbuild-17520a20ea44f7cd1cbe25d1760e2277b84554a2.tar.gz
linhes_pkgbuild-17520a20ea44f7cd1cbe25d1760e2277b84554a2.tar.bz2
python-pygments: 2.7.2
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, 0 insertions, 7 deletions
diff --git a/abs/core/python_modules/python-pygments/python2-pygments.install b/abs/core/python_modules/python-pygments/python2-pygments.install
deleted file mode 100644
index 3949246..0000000
--- a/abs/core/python_modules/python-pygments/python2-pygments.install
+++ /dev/null
@@ -1,7 +0,0 @@
-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: