# Update fontconfig caches; done here because it doesn't play well with staging
fc-cache -fsv
message "${MESSAGE_COLOR}Please note that the local additions to the texmf tree"
message "have been moved to /usr/local/share/texmf from"
message "/usr/share/texmf-local${DEFAULT_COLOR}"
if is_depends_enabled $SPELL LUA; then
  message ""
  message "${MESSAGE_COLOR}You may be required to run 'context --make' to create context formats."
  message "However, in most cases, context will generate whatever it requires"
  message "during runtime.${DEFAULT_COLOR}"
fi
