From 265bb873c89fcc4122437fd0b2b933ea341c45d7 Mon Sep 17 00:00:00 2001 From: Michal Privoznik Date: Tue, 19 Apr 2016 11:20:10 +0200 Subject: [PATCH] docs: Uninstall libvirt logo too While we could leave it behind as an indelible sign that libvirt has been running on host, other users might not be that fond of it. Signed-off-by: Michal Privoznik --- docs/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Makefile.am b/docs/Makefile.am index f4ce9ce3da..c80c37b4e4 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -368,3 +368,4 @@ uninstall-local: for f in $(devhelphtml) $(devhelppng) $(devhelpcss); do \ rm -f $(DESTDIR)$(DEVHELP_DIR)/$$(basename $$f); \ done + rm -f $(DESTDIR)$(pkgdatadir)/libvirtLogo.png -- 2.47.2