diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2014-02-16 00:49:21 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2014-02-16 01:49:02 -0600 |
commit | bb6f0cd84ac2aecbf52e70330c68130fd0b2a90f (patch) | |
tree | b57aba04af448d70e504b9398ea1690088bacf54 /system/gdm/doinst.sh | |
parent | c8b41d3184a4b47dc6a8ea957fee9d937c30bc80 (diff) |
system/gdm: sysconfdir is now /etc/gdm/ instead of /etc/X11/gdm/
This commit also adds a few more files in sysconfdir to the
config() handling (with .new extensions).
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/gdm/doinst.sh')
-rw-r--r-- | system/gdm/doinst.sh | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/system/gdm/doinst.sh b/system/gdm/doinst.sh index e09179d821af..0ffbca54b11d 100644 --- a/system/gdm/doinst.sh +++ b/system/gdm/doinst.sh @@ -11,11 +11,17 @@ config() { # Otherwise, we leave the .new copy for the admin to consider... } -config etc/X11/gdm/custom.conf.new -config etc/X11/gdm/Xsession.new -config etc/X11/gdm/Init/Default.new -config etc/X11/gdm/PreSession/Default.new -config etc/X11/gdm/PostSession/Default.new +config etc/gdm/Xsession.new +config etc/gdm/Init/Default.new +config etc/gdm/PreSession/Default.new +config etc/gdm/PostSession/Default.new +config etc/gdm/XKeepsCrashing.new +config etc/gdm/custom.conf.new +config etc/gdm/locale.alias.new +config etc/gdm/modules/factory-AccessDwellMouseEvents.new +config etc/gdm/modules/AccessDwellMouseEvents.new +config etc/gdm/modules/factory-AccessKeyMouseEvents.new +config etc/gdm/modules/AccessKeyMouseEvents.new if [ -x /usr/bin/update-desktop-database ]; then /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 |