summaryrefslogtreecommitdiff
blob: 6b43f8f5a069fcf8b3cc8c51576ae09babb7f95b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- 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):