#!/bin/sh
if [ -d /usr/lib/enigma2/python/Plugins/Extensions/MediaPortal ]; then
  echo "********************************************************"
  echo "*  mpgz installed                                      *"
  echo "*                                                      *"
  echo "*  Restart the Engima2 GUI to activate the plugin      *"
  echo "********************************************************"
fi
exit 0