From 326424ebdb0c4a0692391403741a2b7f9fd457ee Mon Sep 17 00:00:00 2001 From: david Date: Wed, 7 May 2008 02:42:22 +0000 Subject: [PATCH] Call the Zenmap setup.py uninstaller from the uninstall-zenmap target. --- Makefile.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index e3399fabd..a833b0071 100644 --- a/Makefile.in +++ b/Makefile.in @@ -245,8 +245,7 @@ uninstall-nmap: rm -rf $(DESTDIR)$(nmapdatadir) $(DESTDIR)$(nmaplibexecdir) uninstall-zenmap: -# This is not a complete uninstall for Zenmap. It only uninstalls the -# things installed by this makefile. + cd $(ZENMAPDIR) && $(PYTHON) setup.py uninstall rm -f $(DESTDIR)$(mandir)/man1/zenmap.1 # Uninstall nmapfe only if it's a symlink. if [ -L $(DESTDIR)$(bindir)/nmapfe ]; then \