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 11:00:04 -0400
commitf80e4e0d705e476a81f63b820a70a85c868f936d (patch)
treec9a16e76d80aa2b367f87f6a59a7c2d74fa56ff8
parentc721deb4c3dbf170946af8ee3634327c06ea4536 (diff)
downloadgdm-f80e4e0d705e476a81f63b820a70a85c868f936d.tar.gz
data: update uninstall rule for new data files
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) Conflicts: data/Makefile.am
-rw-r--r--data/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
index 1e9a5ffd..ab9837b1 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -127,6 +127,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 \
-rf \
$(DESTDIR)$(workingdir)/.gconf.mandatory \
$(DESTDIR)$(screenshotdir) \