diff options
author | Jay Freeman <saurik@saurik.com> | 2009-04-11 05:06:03 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2009-04-11 05:06:03 +0000 |
commit | b4684285cfcc3987c4790aed72ef94113b0418a6 (patch) | |
tree | 38807161f96d368b00c10699b74966d736d4a0ec | |
parent | cd542861d59a3c922f924ded2db439e97f196b48 (diff) |
Removed move.sh from space.sh (forever ago).
git-svn-id: http://svn.telesphoreo.org/trunk@583 514c082c-b64e-11dc-b46d-3d985efe055d
-rwxr-xr-x | over/usr/libexec/cydia_/space.sh | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/over/usr/libexec/cydia_/space.sh b/over/usr/libexec/cydia_/space.sh index 789433596..d03cb9e99 100755 --- a/over/usr/libexec/cydia_/space.sh +++ b/over/usr/libexec/cydia_/space.sh @@ -1,14 +1,4 @@ #!/usr/libexec/cydia_/bash export PATH=/usr/libexec/cydia_ - -for dir in \ - /Applications \ - /Library/Ringtones \ - /Library/Wallpaper \ - /System/Library/Fonts \ - /usr/share -do - . /usr/libexec/cydia_/move.sh "${dir}" -done - +. /usr/libexec/cydia/space.sh [[ $(df_ /) -gt 35651584 && $(df_ /var) -gt 35651584 ]] |