summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2014-01-14 09:58:28 -0500
committerRay Strode <rstrode@redhat.com>2014-01-15 10:48:52 -0500
commitd74c93a2d2c3e88ec8fc0765edac8722bd57408d (patch)
tree32464a5ab3a679a71e05a99514cf188fe5146308
parent766d07bd1b6aa1c0e631676ad6b6a983d46624f2 (diff)
downloadgdm-d74c93a2d2c3e88ec8fc0765edac8722bd57408d.tar.gz
data: removing 'workingdir' dconf manipulations
According to Ray, this is left over from the (now very) old way of generating the dconf database at install time and should be removed. https://bugzilla.gnome.org/show_bug.cgi?id=722241
-rw-r--r--data/Makefile.am20
1 files changed, 0 insertions, 20 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
index c61ca589..313eb9f9 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -11,7 +11,6 @@ initdir = $(gdmconfdir)/Init
postdir = $(gdmconfdir)/PostSession
predir = $(gdmconfdir)/PreSession
postlogindir = $(gdmconfdir)/PostLogin
-workingdir = $(GDM_WORKING_DIR)
xauthdir = $(GDM_XAUTH_DIR)
screenshotdir = $(GDM_SCREENSHOT_DIR)
cachedir = $(localstatedir)/cache/gdm
@@ -215,7 +214,6 @@ uninstall-hook:
$(DESTDIR)$(sysconfdir)/dconf/db/gdm \
$(DESTDIR)$(sysconfdir)/dconf/profile/gdm \
-rf \
- $(DESTDIR)$(workingdir)/.config/dconf \
$(DESTDIR)$(screenshotdir) \
$(DESTDIR)$(xauthdir) \
$(DESTDIR)$(PAM_PREFIX)/pam.d
@@ -313,24 +311,6 @@ install-data-hook: gdm.conf-custom Xsession Init PostSession PreSession $(system
chown gdm:gdm $(DESTDIR)$(screenshotdir) || : ; \
fi
- if test '!' -d $(DESTDIR)$(workingdir); then \
- $(mkinstalldirs) $(DESTDIR)$(workingdir); \
- chmod 1770 $(DESTDIR)$(workingdir); \
- chown root:gdm $(DESTDIR)$(workingdir) || : ; \
- fi
-
- if test '!' -d $(DESTDIR)$(workingdir)/.config/dconf; then \
- $(mkinstalldirs) $(DESTDIR)$(workingdir)/.config/dconf; \
- chmod 0755 $(DESTDIR)$(workingdir)/.config/dconf; \
- chown gdm:gdm $(DESTDIR)$(workingdir)/.config/dconf || : ; \
- fi
-
- if test '!' -d $(DESTDIR)$(workingdir)/.local/share/applications; then \
- $(mkinstalldirs) $(DESTDIR)$(workingdir)/.local/share/applications; \
- chmod 0755 $(DESTDIR)$(workingdir)/.local/share/applications; \
- chown gdm:gdm $(DESTDIR)$(workingdir)/.local/share/applications || : ; \
- fi
-
if test '!' -d $(DESTDIR)$(cachedir); then \
$(mkinstalldirs) $(DESTDIR)$(cachedir); \
chmod 1755 $(DESTDIR)$(cachedir); \