aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Guthrie <colin@mageia.org>2012-04-14 15:50:17 +0000
committerColin Guthrie <colin@mageia.org>2012-04-14 15:50:17 +0000
commit428526dcc3abb1fce3f02864697abe034f9e9e84 (patch)
treee41f3f38c1ee81697f369b43c41fafc8f36d6b1a
parent63ee75132adc7dc950527dc27c1356dcef02a61e (diff)
downloadbootsplash-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)
-rwxr-xr-xscripts/remove-boot-splash2
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