summaryrefslogtreecommitdiffstats
path: root/abs/core/python_modules/python-docutils/python2-docutils.install
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2014-04-29 22:58:58 (GMT)
committerBritney Fransen <brfransen@gmail.com>2014-04-29 22:58:58 (GMT)
commitdba8f2d49aa00834ff08e1941aeceafb1eb934bb (patch)
treed98ae39594f212cac9d6397fcd9c30f9d3fa9a32 /abs/core/python_modules/python-docutils/python2-docutils.install
parent9a4547f8eb786441be0eee3cee5b0f9605903b67 (diff)
downloadlinhes_pkgbuild-dba8f2d49aa00834ff08e1941aeceafb1eb934bb.zip
linhes_pkgbuild-dba8f2d49aa00834ff08e1941aeceafb1eb934bb.tar.gz
linhes_pkgbuild-dba8f2d49aa00834ff08e1941aeceafb1eb934bb.tar.bz2
python-docutils: initial inclusion
Diffstat (limited to 'abs/core/python_modules/python-docutils/python2-docutils.install')
-rw-r--r--abs/core/python_modules/python-docutils/python2-docutils.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/abs/core/python_modules/python-docutils/python2-docutils.install b/abs/core/python_modules/python-docutils/python2-docutils.install
new file mode 100644
index 0000000..3e414af
--- /dev/null
+++ b/abs/core/python_modules/python-docutils/python2-docutils.install
@@ -0,0 +1,9 @@
+post_upgrade() {
+ [ $(vercmp '0.8.1-2' "$2") -gt 0 ] && cat <<EOF || :
+python2-docutils:
+rst* binaries have been renamed to rst*2 to avoid conflict with python-docutils
+remember to update your scripts
+EOF
+}
+
+# vim:set ts=2 sw=2 ft=sh et: