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