uninstall.py

branch
5_2_x
changeset 2141
c4966c4d010f
parent 1509
c0b5e693b0eb
child 2148
e734eb71cac8
--- a/uninstall.py	Mon Oct 15 19:10:17 2012 +0200
+++ b/uninstall.py	Mon Oct 15 19:17:24 2012 +0200
@@ -136,6 +136,8 @@
         # delete the Mac app bundle
         if os.path.exists("/Developer/Applications/Eric5"):
             shutil.rmtree("/Developer/Applications/Eric5")
+        if os.path.exists("/Applications/Eric5"):
+            shutil.rmtree("/Applications/Eric5")
     
 
 def main(argv):

eric ide

mercurial