default_install &&

if [ ! -e "${INSTALL_ROOT}/etc/radvd.conf" ] ; then
  cp $SOURCE_DIRECTORY/radvd.conf.example ${INSTALL_ROOT}/etc/radvd.conf
fi
