psplash: Unlink the FIFO when exitting
[profile/ivi/psplash.git] / psplash.c
index d5aed0d..0f2e0ca 100644 (file)
--- a/psplash.c
+++ b/psplash.c
@@ -288,6 +288,8 @@ main (int argc, char** argv)
 
   psplash_main (fb, pipe_fd, 0);
 
+  unlink(PSPLASH_FIFO);
+
   if (!disable_console_switch)
     psplash_console_reset ();