]> git.saurik.com Git - cydia.git/commitdiff
Add a way to opt out of filesystem reorganization.
authorJay Freeman (saurik) <saurik@saurik.com>
Sun, 12 Jul 2015 09:35:51 +0000 (02:35 -0700)
committerJay Freeman (saurik) <saurik@saurik.com>
Sun, 12 Jul 2015 09:35:51 +0000 (02:35 -0700)
MobileCydia.mm

index 67529fe86317ae81501e85a2fe48260db4c30cef..798e58289ac3df82ccce4218163801a92b218066 100644 (file)
@@ -9869,6 +9869,9 @@ _trace();
     [window_ makeKey:self];
     [window_ setHidden:NO];
 
+    if (access("/.cydia_no_stash", F_OK) == 0);
+    else {
+
     if (false) stash: {
         [self addStashController];
         // XXX: this would be much cleaner as a yieldToSelector:
@@ -9902,6 +9905,8 @@ _trace();
     Stash_("/usr/share");
     //Stash_("/var/lib");
 
+    }
+
     database_ = [Database sharedInstance];
     [database_ setDelegate:self];