From: Michal Privoznik Date: Tue, 19 Apr 2016 09:20:10 +0000 (+0200) Subject: docs: Uninstall libvirt logo too X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=265bb873c89fcc4122437fd0b2b933ea341c45d7;p=libvirt.git 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 --- 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