~gilir/+junk/ubiquity-lxdm-autologin

1
2
3
4
5
6
7
8
9
#! /bin/sh -e

export DEBIAN_FRONTEND=none
. /usr/share/debconf/confmodule

db_get oem-config/enable
if [ "$RET" = true ]; then
	anna-install oem-config-udeb
fi