diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/remove-boot-splash | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/remove-boot-splash b/scripts/remove-boot-splash index f18b9c5..058b60b 100755 --- a/scripts/remove-boot-splash +++ b/scripts/remove-boot-splash @@ -71,3 +71,5 @@ find . | \ cpio -R 0:0 -H newc -o --quiet | \ $COMPRESS > $tmp_dir/initrd || clean_and_fail mv -f $tmp_dir/initrd $initrd_file + +clean_tmp |