summaryrefslogtreecommitdiffstats
path: root/abs/core/python_modules/python-pygments/python2-pygments.install
diff options
context:
space:
mode:
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: