Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
192 |
- |
1 |
#!/bin/sh
|
|
|
2 |
#
|
|
|
3 |
# Note: this is a sample and will not be run as is. Change the name of this
|
|
|
4 |
# file to <gdmconfdir>/PostLogin/Default for this script to be run. This
|
|
|
5 |
# script will be run before any setup is run on behalf of the user and is
|
|
|
6 |
# useful if you for example need to do some setup to create a home directory
|
|
|
7 |
# for the user or something like that. $HOME, $LOGIN and such will all be
|
|
|
8 |
# set appropriately and this script is run as root.
|