Fine tuned the Mac OS X installation path (part 2). 5_2_x

Mon, 15 Oct 2012 20:04:14 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Mon, 15 Oct 2012 20:04:14 +0200
branch
5_2_x
changeset 2148
e734eb71cac8
parent 2146
f42f336525dd
child 2151
7d38a32bf535

Fine tuned the Mac OS X installation path (part 2).
(grafted from 82034e3c157ed8acd8af1a276cd4c67fb11e0509)

uninstall.py file | annotate | diff | comparison | revisions
--- a/uninstall.py	Mon Oct 15 19:59:19 2012 +0200
+++ b/uninstall.py	Mon Oct 15 20:04:14 2012 +0200
@@ -136,8 +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")
+        if os.path.exists("/Applications/eric5.app"):
+            shutil.rmtree("/Applications/eric5.app")
     
 
 def main(argv):

eric ide

mercurial