#!/usr/bin/env sh

if [ -n "$FIFO_UEBERZUG" ]; then
  printf '{"action": "remove", "identifier": "PREVIEW"}\n' > "$FIFO_UEBERZUG"
fi
