post_upgrade() {
  post_install
}

post_install() {
  cat <<EOF
1. Start capturing:

  # lanmap2-cap

  The application has to run as root.

2. Generate a graph after letting the capture run for a while.

  # lanmap2-graph

  This runs a bunch of php scripts and generate a graph at graph/net.png

3. View the graph via the web/ crap

  I suggest you map/symlink apache to the web/ directory if you are capable
EOF
}
