#!/bin/bash

echo ""
echo "Deleting .CONFIG-UPDATE-DONE to allow 'untar' + 'patch' to be applied"
/bin/rm -f .CONFIG-UPDATE-DONE  
echo "Deleting packages/zlib-1.2.7/configure.log to assist with zlib re-compilation"
/bin/rm -f packages/zlib-1.2.7/configure.log
echo ""
