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

postrm 274B

123456789
  1. #!/bin/sh
  2. rm /etc/rc4.d/S50playstreamproxy > /dev/null 2>&1
  3. #!/bin/sh
  4. rm /etc/rc3.d/S50playstreamproxy > /dev/null 2>&1
  5. rm /usr/bin/playstreamproxy > /dev/null 2>&1
  6. if [ -e /etc/init.d/playstreamproxy ]; then
  7. rm /etc/init.d/playstreamproxy > /dev/null 2>&1
  8. fi
  9. exit 0