source: trunk/debathena/config/gdm-config/debian/PostSession/Default.debathena @ 24024

Revision 24024, 404 bytes checked in by broder, 15 years ago (diff)
Use /usr/share/debathena-gdm-config/{Pre,Post}Session.d instead of /etc/gdm, to avoid potential conflicts with upstream.
  • 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
7PATH=/sbin:/bin:/usr/sbin:/usr/bin
8
9for i in `run-parts --list /usr/share/debathena-gdm-config/PostSession.d`; do . "$i"; done
10
11# Chain over to the native post-session default script.
12exec /etc/gdm/PostSession/Default.debathena-orig
Note: See TracBrowser for help on using the repository browser.