#!/bin/sh -e

if [ -f /etc/X11/Xsession.d/99nowplayingd ]; then
	rm -f /etc/X11/Xsession.d/99nowplayingd || true
fi
