#!/bin/sh

if [ -f /tmp/autologin-on-boot/login ]
then
	rm /tmp/autologin-on-boot/login
	source /etc/autologin-on-boot.profile
fi
