[gdm] data: removing 'workingdir' dconf manipulations



commit 139de6f9ef67cca21d7360a2f611664cd9822644
Author: Ryan Lortie <desrt desrt ca>
Date:   Tue Jan 14 09:58:28 2014 -0500

    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

 data/Makefile.am |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index 2652ecc..1b79bc3 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -216,7 +216,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
@@ -320,12 +319,6 @@ install-data-hook: gdm.conf-custom Xsession Init PostSession PreSession $(system
                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; \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]