Revision 25529,
351 bytes
checked in by jdreed, 13 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 | |
---|
6 | db_get shared/default-x-display-manager || true |
---|
7 | if [ "$RET" != "lightdm" ]; then |
---|
8 | db_input high debathena-lightdm-config/force_lightdm || true |
---|
9 | db_go |
---|
10 | fi |
---|
11 | |
---|
12 | # Ask the user whether or not to force the greeter |
---|
13 | db_input high debathena-lightdm-config/force_greeter || true |
---|
14 | db_go |
---|
Note: See
TracBrowser
for help on using the repository browser.