Package couchdb: Scripts

Post install

/usr/sbin/post_service couchdb
Pre install

1
2
3
/usr/sbin/groupadd -r -f _couchdb &>/dev/null ||:
/usr/sbin/useradd -r -g _couchdb -d /var/lib/couchdb -s /dev/null \
	-c "couchdb pseudouser" -M -n _couchdb &>/dev/null ||:
Pre uninstall

/usr/sbin/preun_service couchdb