]> git.eshelyaron.com Git - emacs.git/commitdiff
(uninstall): Use a narrower range of wildcards when deleting the icons.
authorGlenn Morris <rgm@gnu.org>
Sat, 13 Dec 2008 20:53:02 +0000 (20:53 +0000)
committerGlenn Morris <rgm@gnu.org>
Sat, 13 Dec 2008 20:53:02 +0000 (20:53 +0000)
Makefile.in

index 4a725fee874b94de36ee41fc013fa0c34e7b5998..9d26595eed3902ccc06e70689fbd0b1724ce7b2f 100644 (file)
@@ -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}; \