diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2014-10-27 12:35:08 -0700 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2014-10-27 12:35:08 -0700 |
commit | ccf4005a8ed109b527637527254a7b56aae47d6f (patch) | |
tree | d07c0ddc78d81519ae3b8b095312a32bf420d92e | |
parent | 604d019c1f550061ca0ebbc193186619e3d5c5da (diff) |
Remove /Applications from the stashing mechanism.
-rwxr-xr-x | Library/free.sh | 1 | ||||
-rw-r--r-- | MobileCydia.mm | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/Library/free.sh b/Library/free.sh index 0fbcd88..fcb6130 100755 --- a/Library/free.sh +++ b/Library/free.sh @@ -3,7 +3,6 @@ # /usr/bin \ for dir in \ - /Applications \ /Library/Wallpaper \ /Library/Ringtones \ /usr/include \ diff --git a/MobileCydia.mm b/MobileCydia.mm index 83783e3..37eb5e7 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -9890,7 +9890,6 @@ _trace(); )) goto stash; \ } while (false) - Stash_("/Applications"); Stash_("/Library/Ringtones"); Stash_("/Library/Wallpaper"); //Stash_("/usr/bin"); |