From d1caf65717e34674582f7bd9be78c0208d9c7cbd Mon Sep 17 00:00:00 2001 From: Daniel Carl Date: Fri, 2 Jun 2017 23:22:19 +0200 Subject: [PATCH] Remove also desktop file on uninstall. --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e56e528..dd9aa53 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,10 @@ install: $(SRCDIR).subdir-all install -m 644 vimb.desktop $(DOTDESKTOPPREFIX)/vimb.desktop uninstall: - $(RM) $(BINPREFIX)/vimb $(DESTDIR)$(MANDIR)/man1/vimb.1 $(LIBDIR)/$(EXTTARGET) + $(RM) $(BINPREFIX)/vimb + $(RM) $(DESTDIR)$(MANDIR)/man1/vimb.1 + $(RM) $(LIBDIR)/$(EXTTARGET) + $(RM) $(DOTDESKTOPPREFIX)/vimb.desktop clean: $(SRCDIR).subdir-clean -- 2.20.1