summaryrefslogtreecommitdiff
path: root/net-analyzer/nmap/files/nmap-6.46-uninstaller.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-12-29 13:42:04 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-12-29 13:42:04 +0000
commit5cb89cb9de4cdd1a06010c3d45748c33afab2408 (patch)
tree26bd27474f2e409c4d36a9864299f2e4cc4f87f2 /net-analyzer/nmap/files/nmap-6.46-uninstaller.patch
parent8d12644534a171c85dd84343b976054ad30faa6d (diff)
gentoo auto-resync : 29:12:2023 - 13:42:04
Diffstat (limited to 'net-analyzer/nmap/files/nmap-6.46-uninstaller.patch')
-rw-r--r--net-analyzer/nmap/files/nmap-6.46-uninstaller.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/net-analyzer/nmap/files/nmap-6.46-uninstaller.patch b/net-analyzer/nmap/files/nmap-6.46-uninstaller.patch
deleted file mode 100644
index 6b43f8f5a069..000000000000
--- a/net-analyzer/nmap/files/nmap-6.46-uninstaller.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- a/zenmap/setup.py
-+++ b/zenmap/setup.py
-@@ -245,7 +245,6 @@
- self.set_perms()
- self.set_modules_path()
- self.fix_paths()
-- self.create_uninstaller()
- self.write_installed_files()
-
- def get_installed_files(self):
-@@ -263,8 +262,6 @@
- os.path.join(self.install_data, data_dir)):
- for dir in dirs:
- installed_files.append(os.path.join(dirpath, dir))
-- installed_files.append(
-- os.path.join(self.install_scripts, "uninstall_" + APP_NAME))
- return installed_files
-
- def create_uninstaller(self):