From f01c21021150bd14a8a7bf1bc722a86581b50dc7 Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Tue, 5 May 2009 16:54:56 +0000 Subject: [PATCH] Fixed make uninstall for the .xpm and menu file. git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@778 416bcca6-2ee7-4201-b75f-2eb2f807beb1 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 5e0b659b..12b51e8c 100644 --- a/Makefile +++ b/Makefile @@ -301,8 +301,8 @@ uninstall : $(DELCOMMAND) $(DESTDIR)$(datadir)/grafx2/skins/base.gif $(if $(wildcard $(DESTDIR)$(datadir)/grafx2/skins),,$(RMDIR) $(DESTDIR)$(datadir)/grafx2/skins) # Icon and desktop file for debian - $(DELCOMMAND) $(DESTDIR)$(datadir)/applications/ - $(DELCOMMAND) $(DESTDIR)$(datadir)/icons/ + $(DELCOMMAND) $(DESTDIR)$(datadir)/applications/grafx2.desktop + $(DELCOMMAND) $(DESTDIR)$(datadir)/icons/grafx2.xpm @echo Uninstall complete -include Makefile.dep