post_install() {
  post_upgrade
}

post_upgrade() {
  cat <<EOF
To use azazel, copy /usr/share/azazel/ to the target, enter the azazel
directory, run 'make', and run 'make install'.
To build azazel on a system other than the target, run
'CFLAGS="<custom CFLAGS>" make' instead.
EOF
}
