post.sh at [afec51b85b]

File build/post.sh artifact cb645c3205 part of check-in afec51b85b


#! /usr/bin/env bash

set -e

rm -rf build
rm -f autogen.sh

exit 0