#!/bin/sh
set -e
OBEX_ROOT=/home/user/.obex-root

if [ ! -h ${OBEX_ROOT}/Memory\ card ]; then
    rm -rf ${OBEX_ROOT}
fi
