post_install() {
  cat << EOF
==> To load flyline in Bash, run:
    enable -f /usr/lib/bash/libflyline.so flyline
==> Then start the tutorial with:
    flyline run-tutorial
==> To load it automatically, add that command to your ~/.bashrc.
EOF
}

post_upgrade() {
  post_install
}
