91 "eric5_unittest", "eric5", |
91 "eric5_unittest", "eric5", |
92 "eric5_tray", "eric5_editor", |
92 "eric5_tray", "eric5_editor", |
93 "eric5_plugininstall", "eric5_pluginuninstall", |
93 "eric5_plugininstall", "eric5_pluginuninstall", |
94 "eric5_pluginrepository", "eric5_sqlbrowser", |
94 "eric5_pluginrepository", "eric5_sqlbrowser", |
95 "eric5_webbrowser", "eric5_iconeditor", |
95 "eric5_webbrowser", "eric5_iconeditor", |
|
96 "eric5_snap", |
96 ] |
97 ] |
97 for rem_wname in rem_wnames: |
98 for rem_wname in rem_wnames: |
98 rwname = wrapperName(getConfig('bindir'), rem_wname) |
99 rwname = wrapperName(getConfig('bindir'), rem_wname) |
99 if os.path.exists(rwname): |
100 if os.path.exists(rwname): |
100 os.remove(rwname) |
101 os.remove(rwname) |