summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2008-12-13 20:53:02 +0000
committerGlenn Morris <rgm@gnu.org>2008-12-13 20:53:02 +0000
commit1666009e501f56b0303d578a1a247c562b319aa6 (patch)
tree395794273597ff2e0eae4dbaaccac740bbd1669e /Makefile.in
parent4fd171406837180393b6b0bc9d5a28c2db1da887 (diff)
downloademacs-1666009e501f56b0303d578a1a247c562b319aa6.tar.gz
(uninstall): Use a narrower range of wildcards when deleting the icons.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 4a725fee874..9d26595eed3 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -662,7 +662,7 @@ uninstall:
done;)
(cd $(DESTDIR)${man1dir} && rm -f $(MAN_PAGES))
(cd $(DESTDIR)${bindir} && rm -f $(EMACSFULL) $(EMACS))
- (cd $(DESTDIR)${icondir} && rm -f hicolor/*x*/apps/emacs* hicolor/scalable/*/emacs*)
+ (cd $(DESTDIR)${icondir} && rm -f hicolor/*x*/apps/emacs.png hicolor/*x*/apps/emacs22.png hicolor/scalable/apps/emacs.svg hicolor/scalable/mimetypes/emacs-document.svg )
-rm -f $(DESTDIR)${desktopdir}/emacs.desktop
for file in snake-scores tetris-scores; do \
file=$(DESTDIR)${gamedir}/$${file}; \