#!/bin/sh

if [ -x /usr/bin/pvrsrvinit ]; then
    pvrsrvinit start
fi
