#!/bin/sh

touch "$SNAP_COMMON/disconnect-plug-shared-content-done"

if [ -f "$SNAP_COMMON/disconnect-fail" ]; then
    echo "failure of disconnect hook"
    exit 1
fi
