Enigma2 plugin to to play various online streams (mostly Latvian).

12345
  1. #!/bin/sh
  2. if [ -e /etc/init.d/playstreamproxy ]; then
  3. rm /etc/init.d/playstreamproxy > /dev/null 2>&1
  4. fi
  5. exit 0