diff options
author | Ryan Lortie <desrt@desrt.ca> | 2014-01-14 09:58:28 -0500 |
---|---|---|
committer | Ryan Lortie <desrt@desrt.ca> | 2014-02-01 10:06:15 +0000 |
commit | 139de6f9ef67cca21d7360a2f611664cd9822644 (patch) | |
tree | d24f5cfc9616093924ea3488c25d5e59a805f3df | |
parent | feb6ddaff33a3e58a20e94264313322534963f98 (diff) | |
download | gdm-139de6f9ef67cca21d7360a2f611664cd9822644.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.am | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index 2652ecc9..1b79bc3b 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; \ |