mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
10 lines
281 B
Text
10 lines
281 B
Text
post_upgrade() {
|
|
if [ $(vercmp $2 2.0.0-15) -lt 0 ] ; then
|
|
cat << EOF
|
|
|
|
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.
|
|
|
|
EOF
|
|
fi
|
|
}
|