#!/bin/sh

if [ "${PKG_INSTALL_ROOT}" = "/" ] ; then
 if [ -f /lib/svc/share/smf_include.sh ] ; then
  . /lib/svc/share/smf_include.sh
  smf_present
  if [ $? -eq 0 ] ; then
   /usr/sbin/svccfg export svc:/network/apocd/udp > /dev/null 2>&1
   if [ $? -eq 0 ] ; then
    /usr/sbin/svccfg delete -f svc:/network/apocd/udp
   fi
  fi
 fi
fi


#==============================================================================
#  Package Files Section
#
#==============================================================================

