post_install() {
  if [[ -x /usr/bin/fc-cache ]]; then
    fc-cache
  fi
}

