# HG changeset patch # User Glenn Morris # Date 1229201582 0 # Node ID 3af4af715c066e06a6c1ac8ff3fc784040c057ef # Parent ad9479019a3bac21c00d6567d3f4531f668f5a97 (uninstall): Use a narrower range of wildcards when deleting the icons. diff -r ad9479019a3b -r 3af4af715c06 Makefile.in --- a/Makefile.in Sat Dec 13 20:32:30 2008 +0000 +++ b/Makefile.in Sat Dec 13 20:53:02 2008 +0000 @@ -662,7 +662,7 @@ 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}; \