#!/bin/bash -e rm -rf /tmp/* rm -rf /var/tmp/* find /var/log -type f -delete rm -rf /etc/resolv.conf rm -rf /var/cache/distfiles/*