cleanups, notification timeout fix
[nowplayingd] / debian / postrm
1 #!/bin/sh -e
2
3 if [ -f /etc/X11/Xsession.d/99nowplayingd ]; then
4         rm -f /etc/X11/Xsession.d/99nowplayingd || true
5 fi