#!/bin/sh

post_install() {
    echo "
====================================================================
  Please refer to armitage's documentation for usage informations:
  http://www.fastandeasyhacking.com/manual
====================================================================
"
}
