summaryrefslogtreecommitdiffstats
path: root/abs/core/python_modules/python-docutils/python2-docutils.install
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2018-03-01 16:38:13 (GMT)
committerBritney Fransen <brfransen@gmail.com>2018-03-01 16:38:13 (GMT)
commitb7af8cfaad94afbe42a8fd8adc85696e4a7d0002 (patch)
tree2db19dfb481ab9d3a221c1d67d7fa015d855c829 /abs/core/python_modules/python-docutils/python2-docutils.install
parentf96a7e128d740eaebf067fe55aaff0cb0161be7c (diff)
downloadlinhes_pkgbuild-b7af8cfaad94afbe42a8fd8adc85696e4a7d0002.zip
linhes_pkgbuild-b7af8cfaad94afbe42a8fd8adc85696e4a7d0002.tar.gz
linhes_pkgbuild-b7af8cfaad94afbe42a8fd8adc85696e4a7d0002.tar.bz2
docutil: update to 0.14
split pkg with python-docutils and python2-docutils
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, 0 insertions, 9 deletions
diff --git a/abs/core/python_modules/python-docutils/python2-docutils.install b/abs/core/python_modules/python-docutils/python2-docutils.install
deleted file mode 100644
index 3e414af..0000000
--- a/abs/core/python_modules/python-docutils/python2-docutils.install
+++ /dev/null
@@ -1,9 +0,0 @@
-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: