mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-30 10:41:01 +02:00
18 lines
629 B
Diff
18 lines
629 B
Diff
--- a/zenmap/setup.py
|
|
+++ b/zenmap/setup.py
|
|
@@ -238,7 +238,6 @@
|
|
self.set_perms()
|
|
self.set_modules_path()
|
|
self.fix_paths()
|
|
- self.create_uninstaller()
|
|
self.write_installed_files()
|
|
|
|
def get_installed_files(self):
|
|
@@ -255,7 +254,6 @@
|
|
for dirpath, dirs, files in os.walk(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):
|