summaryrefslogtreecommitdiffstats
path: root/abs/core/python_modules/python-docutils/python2-docutils.install
blob: 3e414afa29c9c46e9184911bec24b3ec67dc8e06 (plain)
1
2
3
4
5
6
7
8
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: