uninstall.py

branch
5_2_x
changeset 2141
c4966c4d010f
parent 1509
c0b5e693b0eb
child 2148
e734eb71cac8
equal deleted inserted replaced
2139:a7ebeff68ab6 2141:c4966c4d010f
134 134
135 if sys.platform == "darwin": 135 if sys.platform == "darwin":
136 # delete the Mac app bundle 136 # delete the Mac app bundle
137 if os.path.exists("/Developer/Applications/Eric5"): 137 if os.path.exists("/Developer/Applications/Eric5"):
138 shutil.rmtree("/Developer/Applications/Eric5") 138 shutil.rmtree("/Developer/Applications/Eric5")
139 if os.path.exists("/Applications/Eric5"):
140 shutil.rmtree("/Applications/Eric5")
139 141
140 142
141 def main(argv): 143 def main(argv):
142 """The main function of the script. 144 """The main function of the script.
143 145

eric ide

mercurial