#!/bin/sh

set -x

[ ! -f /etc/init/lightdm.conf.volatile ] &&
    exit 0

mv /etc/init/lightdm.conf.volatile /etc/init/lightdm.conf
