post_install() {
    echo ">>"
    echo ">>    You should now run /usr/share/veil/config/setup.sh"
    echo ">>    as the user you intend to run veil with."

    return 0
}

post_upgrade() {
    post_install
}
