From 9707ff85cee9e0797ac9068d3560554277359bbc Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Tue, 17 Feb 2015 21:18:43 -0800 Subject: Uninstall wireshark.appdata.xml. Change-Id: Ic955e008b686af448f2091de891f8457623ae7d5 Reviewed-on: https://code.wireshark.org/review/7228 Reviewed-by: Gerald Combs --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 5865a5340a..ef7664d9c3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1449,8 +1449,9 @@ endif uninstall-local: if BUILDING_WIRESHARK if NOT_OS_X - rm -f $(DESTDIR)$(datadir)/mime/packages/wireshark.xml + rm -f $(DESTDIR)$(datadir)/appdata/wireshark.appdata.xml rm -f $(DESTDIR)$(datadir)/applications/wireshark.desktop + rm -f $(DESTDIR)$(datadir)/mime/packages/wireshark.xml for size in 16 24 32 48 64 128 256; \ do \ rm -f $(DESTDIR)$(datadir)/icons/hicolor/$${size}x$${size}/apps/wireshark.png ; \ -- cgit v1.2.3