post_install() {
  if [ `pacman -Qsq java-runtime | grep -c openjdk` -ne 0 ]; then
    echo "WARNING:"
    echo "  Running IntelliJ IDEA using OpenJDK is officially unsupported"
    echo "  because of possible performance and graphics problems"
  fi
}

# vim:set ts=2 sw=2 et:
