aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2015-02-17 21:18:43 -0800
committerGerald Combs <gerald@wireshark.org>2015-02-18 05:19:13 +0000
commit9707ff85cee9e0797ac9068d3560554277359bbc (patch)
tree1c0ee97c66e1931e073032b25fd9bbee02711f24
parent630f54fbbc05d04ebc7007a2d6762514f5c066aa (diff)
Uninstall wireshark.appdata.xml.
Change-Id: Ic955e008b686af448f2091de891f8457623ae7d5 Reviewed-on: https://code.wireshark.org/review/7228 Reviewed-by: Gerald Combs <gerald@wireshark.org>
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
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 ; \