From 428526dcc3abb1fce3f02864697abe034f9e9e84 Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Sat, 14 Apr 2012 15:50:17 +0000 Subject: Tidy up tmp on normal exit (thanks Anssi) --- scripts/remove-boot-splash | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.1