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 |