PKGBUILDs/community/couchdb/couchdb.install

12 lines
323 B
Plaintext
Raw Normal View History

2017-06-10 20:15:32 +00:00
post_upgrade() {
2017-11-09 19:28:45 +00:00
if [ $(vercmp $2 2.1.1-1) -lt 0 ] ; then
2017-06-10 20:15:32 +00:00
cat << EOF
2017-04-26 04:24:24 +00:00
2017-11-09 19:28:45 +00:00
Be sure to read http://docs.couchdb.org/en/2.1.1/whatsnew/2.1.html#upgrade-notes.
Note that your /etc/couchdb/vm.args has been replaced by the new one if you
never edited it, so you might actually have to change it as advised.
2017-04-26 04:24:24 +00:00
2017-06-10 20:15:32 +00:00
EOF
fi
2017-04-26 04:24:24 +00:00
}