#!/bin/sh
if [ -z "${IPKG_INSTROOT}" ]; then
  chown baresip:baresip /etc/baresip/accounts /etc/baresip/config /etc/baresip/contacts
fi
exit 0
