mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 20:01:16 +00:00
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 <mprivozn@redhat.com>
This commit is contained in:
parent
25866ec6a6
commit
265bb873c8
@ -368,3 +368,4 @@ uninstall-local:
|
|||||||
for f in $(devhelphtml) $(devhelppng) $(devhelpcss); do \
|
for f in $(devhelphtml) $(devhelppng) $(devhelpcss); do \
|
||||||
rm -f $(DESTDIR)$(DEVHELP_DIR)/$$(basename $$f); \
|
rm -f $(DESTDIR)$(DEVHELP_DIR)/$$(basename $$f); \
|
||||||
done
|
done
|
||||||
|
rm -f $(DESTDIR)$(pkgdatadir)/libvirtLogo.png
|
||||||
|
Loading…
Reference in New Issue
Block a user