summaryrefslogtreecommitdiff
path: root/data/PostLogin
diff options
context:
space:
mode:
authorWilliam Jon McCann <mccann@jhu.edu>2007-11-01 18:03:28 +0000
committerWilliam Jon McCann <mccann@src.gnome.org>2007-11-01 18:03:28 +0000
commitc478401c3251b5a65dd37a890f886bcf4a5f25be (patch)
treeb7a0e2c7b3d8e58a141e7a369373b3ec771e3868 /data/PostLogin
parent3edf90cd18f2affe3027e2bc43bc611bd350d13f (diff)
downloadgdm-c478401c3251b5a65dd37a890f886bcf4a5f25be.tar.gz
Move stuff from config to data.
2007-11-01 William Jon McCann <mccann@jhu.edu> * config/Init.in: * config/Makefile.am: * config/PostLogin: * config/PostSession.in: * config/PreSession.in: * config/Xsession.in: * config/gdm: * config/gdm-autologin: * config/gdm.conf-custom.in: * configure.ac: * data/Makefile.am: Move stuff from config to data. svn path=/trunk/; revision=5483
Diffstat (limited to 'data/PostLogin')
-rwxr-xr-xdata/PostLogin8
1 files changed, 8 insertions, 0 deletions
diff --git a/data/PostLogin b/data/PostLogin
new file mode 100755
index 00000000..efc6394c
--- /dev/null
+++ b/data/PostLogin
@@ -0,0 +1,8 @@
+#!/bin/sh
+#
+# Note: this is a sample and will not be run as is. Change the name of this
+# file to <gdmconfdir>/PostLogin/Default for this script to be run. This
+# script will be run before any setup is run on behalf of the user and is
+# useful if you for example need to do some setup to create a home directory
+# for the user or something like that. $HOME, $LOGIN and such will all be
+# set appropriately and this script is run as root.