#! /bin/sh

# Remove the store for a user. We are passed the _store id_ so
# that we can actually find the store ID. This is due to the fact
# that because the user is deleted, we don't know its username
# anymore (as that is stored externally)

PATH=$PATH:/usr/local/bin

zarafa-admin --delete-store "${ZARAFA_STOREID}"
