119 elif sys.platform.startswith(("win", "cygwin")): |
119 elif sys.platform.startswith(("win", "cygwin")): |
120 uninstallWindowsLinks() |
120 uninstallWindowsLinks() |
121 |
121 |
122 # Remove the wrapper scripts |
122 # Remove the wrapper scripts |
123 rem_wnames = [ |
123 rem_wnames = [ |
124 "eric7_api", "eric7_compare", |
124 "eric7_api", "eric7_browser", "eric7_compare", "eric7_configure", |
125 "eric7_configure", "eric7_diff", |
125 "eric7_diff", "eric7_doc", "eric7_editor", "eric7_hexeditor", |
126 "eric7_doc", "eric7_qregularexpression", |
126 "eric7_iconeditor", "eric7_plugininstall", "eric7_pluginrepository", |
127 "eric7_qregexp", "eric7_re", |
127 "eric7_pluginuninstall", "eric7_qregularexpression", "eric7_re", |
128 "eric7_trpreviewer", "eric7_uipreviewer", |
128 "eric7_shell", "eric7_snap", "eric7_sqlbrowser", "eric7_tray", |
129 "eric7_unittest", "eric7", |
129 "eric7_trpreviewer", "eric7_uipreviewer", "eric7_unittest", |
130 "eric7_tray", "eric7_editor", |
130 "eric7_virtualenv", "eric7", |
131 "eric7_plugininstall", "eric7_pluginuninstall", |
|
132 "eric7_pluginrepository", "eric7_sqlbrowser", |
|
133 "eric7_iconeditor", "eric7_snap", "eric7_hexeditor", |
|
134 "eric7_browser", "eric7_shell", |
|
135 ] |
131 ] |
136 |
132 |
137 try: |
133 try: |
138 for rem_wname in rem_wnames: |
134 for rem_wname in rem_wnames: |
139 for rwname in wrapperNames(getConfig('bindir'), rem_wname): |
135 for rwname in wrapperNames(getConfig('bindir'), rem_wname): |