summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2011-05-31 10:49:19 -0400
committerRay Strode <rstrode@redhat.com>2011-05-31 10:52:12 -0400
commit89ea88ac2aff8ae5857799f63509435241777c7d (patch)
tree74b7978d30961d8b4beca6554a056f7556fa9129
parent0b34e0e1414dd5f51329f31b199e21d9fc6824a7 (diff)
downloadgdm-89ea88ac2aff8ae5857799f63509435241777c7d.tar.gz
data: update uninstall rule for new data files3.0.3
We now install some noop mime uri handlers, so this commit makes sure they get uninstalled at uninstall time as well. (cherry picked from commit bf7b8a9caf4d2eddd1c4064296715f114a1337ec)
-rw-r--r--data/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
index f252b64b..d5632889 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -139,6 +139,8 @@ uninstall-hook:
$(DESTDIR)$(PAM_PREFIX)/pam.d/gdm \
$(DESTDIR)$(PAM_PREFIX)/pam.d/gdm-autologin \
$(DESTDIR)$(workingdir)/.gconf.path \
+ $(DESTDIR)$(workingdir)/.local/share/applications/mime-dummy-handler.desktop \
+ $(DESTDIR)$(workingdir)/.local/share/applications/mimeapps.list \
$(DESTDIR)$(sysconfdir)/dconf/db/gdm \
$(DESTDIR)$(sysconfdir)/dconf/profile/gdm \
-rf \