mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
10 lines
239 B
Text
10 lines
239 B
Text
|
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:
|