summaryrefslogtreecommitdiffstats
path: root/system/gdm/doinst.sh
diff options
context:
space:
mode:
author Robby Workman2014-02-16 07:49:21 +0100
committer Robby Workman2014-02-16 08:49:02 +0100
commitbb6f0cd84ac2aecbf52e70330c68130fd0b2a90f (patch)
treeb57aba04af448d70e504b9398ea1690088bacf54 /system/gdm/doinst.sh
parentc8b41d3184a4b47dc6a8ea957fee9d937c30bc80 (diff)
downloadslackbuilds-bb6f0cd84ac2aecbf52e70330c68130fd0b2a90f.tar.gz
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.sh16
1 files changed, 11 insertions, 5 deletions
diff --git a/system/gdm/doinst.sh b/system/gdm/doinst.sh
index e09179d821..0ffbca54b1 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