diff options
author | Colin Guthrie <colin@mageia.org> | 2012-04-14 15:50:17 +0000 |
---|---|---|
committer | Colin Guthrie <colin@mageia.org> | 2012-04-14 15:50:17 +0000 |
commit | 428526dcc3abb1fce3f02864697abe034f9e9e84 (patch) | |
tree | e41f3f38c1ee81697f369b43c41fafc8f36d6b1a /scripts | |
parent | 63ee75132adc7dc950527dc27c1356dcef02a61e (diff) | |
download | bootsplash-428526dcc3abb1fce3f02864697abe034f9e9e84.tar bootsplash-428526dcc3abb1fce3f02864697abe034f9e9e84.tar.gz bootsplash-428526dcc3abb1fce3f02864697abe034f9e9e84.tar.bz2 bootsplash-428526dcc3abb1fce3f02864697abe034f9e9e84.tar.xz bootsplash-428526dcc3abb1fce3f02864697abe034f9e9e84.zip |
Tidy up tmp on normal exit (thanks Anssi)
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 |