From 6d9712c40c02cdae090ecfc58a8a669df03ef467 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Fri, 25 Jul 2008 11:10:44 +0000 Subject: The return of Reorganizing, a ton of graphical enhancements, and section filters. --- Library/free.sh | 6 +++++- Library/move.sh | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'Library') diff --git a/Library/free.sh b/Library/free.sh index b18b9fd..703d302 100755 --- a/Library/free.sh +++ b/Library/free.sh @@ -1,10 +1,14 @@ #!/bin/bash for dir in \ - /usr/share \ /Applications \ /Library/Wallpaper \ /Library/Ringtones \ + /usr/include \ + /usr/libexec \ + /usr/share \ ; do . /usr/libexec/cydia/move.sh "$@" "${dir}" done + +sync diff --git a/Library/move.sh b/Library/move.sh index 635c153..abfe2ed 100755 --- a/Library/move.sh +++ b/Library/move.sh @@ -42,7 +42,7 @@ function mv_() { } function shift_() { - dir=$1 + dir=${1%/} if [[ -d ${dir} && ! -h ${dir} ]]; then used=$(du -bs "${dir}") -- cgit v1.2.3