uninstall.py

changeset 1770
c17e67e69ef5
parent 1509
c0b5e693b0eb
child 2140
47999ffe0184
equal deleted inserted replaced
1768:8a04ce23e083 1770:c17e67e69ef5
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)

eric ide

mercurial