if bool "${HOOK_SW_NOTIFY}"; then
	sw-notify-send \
		-c device.error \
		-i error,drive-removable-media -- \
		"${DEVPATH##*/} failed to mount" \
		"Unable to mount ${DEVPATH}: ${SUMMARY}"
fi
