#!/bin/sh

# On fail/exit erase the temporary file
trap 'rm -f /var/lock/TMP_1ST' EXIT HUP INT QUIT TERM

run-parts /etc/firsttime.d
