diff options
Diffstat (limited to 'demo/custom/scripts/cleanup.post')
-rw-r--r-- | demo/custom/scripts/cleanup.post | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/demo/custom/scripts/cleanup.post b/demo/custom/scripts/cleanup.post new file mode 100644 index 0000000..c36c2e4 --- /dev/null +++ b/demo/custom/scripts/cleanup.post @@ -0,0 +1,6 @@ + +# save a little bit of space at least... +rm -f /boot/initrd* + +# make sure there aren't core files lying around +rm -f /core* |