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

postinst 241B

123456
  1. #!/bin/sh
  2. chmod +x /etc/init.d/playstreamproxy
  3. ln -s /etc/init.d/playstreamproxy /etc/rc4.d/S50playstreamproxy
  4. ln -s /etc/init.d/playstreamproxy /etc/rc3.d/S50playstreamproxy
  5. ln -s /etc/init.d/playstreamproxy /usr/bin/playstreamproxy
  6. exit 0