mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Call the Zenmap setup.py uninstaller from the uninstall-zenmap target.
This commit is contained in:
parent
7b3be0483b
commit
326424ebdb
1 changed files with 1 additions and 2 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue