Revision 24022,
381 bytes
checked in by broder, 15 years ago
(diff) |
In gdm-config:
* Provide /etc/gdm/{Pre,Post}Session.d directories so that multiple
packages can insert scripts.
|
-
Property svn:executable set to
*
|
Line | |
---|
1 | #!/bin/sh |
---|
2 | |
---|
3 | # This script runs as root at the end of a gdm login session. gdm |
---|
4 | # blocks until it finishes. DISPLAY is set but the X server might be |
---|
5 | # dead in some cases. |
---|
6 | |
---|
7 | PATH=/sbin:/bin:/usr/sbin:/usr/bin |
---|
8 | |
---|
9 | for i in `run-parts --list /etc/gdm/PostSession.d`; do . "$i"; done |
---|
10 | |
---|
11 | # Chain over to the native post-session default script. |
---|
12 | exec /etc/gdm/PostSession/Default.debathena-orig |
---|
Note: See
TracBrowser
for help on using the repository browser.