#!/bin/sh

if [ -e /var/dvdnav ]; then
  echo "loadfile dvdnav://" > /var/mp_control
else
  echo "loadfile dvd://" > /var/mp_control
fi
