PKGBUILDs/community/couchdb/couchdb.install

11 lines
281 B
Plaintext
Raw Normal View History

2017-06-10 20:15:32 +00:00
post_upgrade() {
if [ $(vercmp $2 2.0.0-15) -lt 0 ] ; then
cat << EOF
2017-04-26 04:24:24 +00:00
2017-06-10 20:15:32 +00:00
Since 2.0.0-15, couchdb user now defaults to couchdb group (it used to be in the daemon group).
You might want to change couchdb user to this new group and fix ownership of its files.
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
}