#!/bin/sh
if [ -z "${IPKG_INSTROOT}" ]; then
  echo
  echo "o-------------------------------------------------------------------o"
  echo "| FreeSWITCH hotplug note                                           |"
  echo "o-------------------------------------------------------------------o"
  echo "| See /etc/config/freeswitch for hotplug hints.                     |"
  echo "o-------------------------------------------------------------=^_^=-o"
  echo
fi
exit 0
