remove kernel sources once built

This commit is contained in:
Matthew Thode 2015-12-29 21:29:10 -06:00
parent 4943ec9531
commit 23c069b214
No known key found for this signature in database
GPG key ID: 64A37BEAAE19A4E8

View file

@ -75,5 +75,6 @@ rm -f /root/.nano_history
rm -f /root/.lesshst rm -f /root/.lesshst
rm -f /root/.ssh/known_hosts rm -f /root/.ssh/known_hosts
rm -rf /usr/src/linux rm -rf /usr/src/linux
rm -rf /usr/src/linux*
for i in $(find /var/log -type f); do echo > $i; done for i in $(find /var/log -type f); do echo > $i; done
for i in $(find /tmp -type f); do rm -f $i; done for i in $(find /tmp -type f); do rm -f $i; done