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

Revision 25598, 232 bytes checked in by jdreed, 12 years ago (diff)
In lightdm-config: * Switch to config-package-dev instead of trying to place nice with what the user has installed, because we need to clobber some additional lightdm.conf settings; remove now-unused debconf templates * Set user-authority-in-system-dir=true in lightdm.conf (Trac: #1161)
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
Note: See TracBrowser for help on using the repository browser.