source: trunk/debathena/config/lightdm-config/debian/debathena-lightdm-config.config @ 25529

Revision 25529, 351 bytes checked in by jdreed, 12 years ago (diff)
Depend on lightdm 1.0.6 or later Encourage the user to use lightdm via debconf if they're using another dm
Line 
1#!/bin/sh -e
2
3# Source debconf library.
4. /usr/share/debconf/confmodule
5
6db_get shared/default-x-display-manager || true
7if [ "$RET" != "lightdm" ]; then
8    db_input high debathena-lightdm-config/force_lightdm || true
9    db_go
10fi
11
12# Ask the user whether or not to force the greeter
13db_input high debathena-lightdm-config/force_greeter || true
14db_go
Note: See TracBrowser for help on using the repository browser.