summaryrefslogtreecommitdiff
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rwxr-xr-xLibrary/free.sh1
-rwxr-xr-xLibrary/move.sh2
2 files changed, 2 insertions, 1 deletions
diff --git a/Library/free.sh b/Library/free.sh
index 703d302..c38b269 100755
--- a/Library/free.sh
+++ b/Library/free.sh
@@ -5,6 +5,7 @@ for dir in \
/Library/Wallpaper \
/Library/Ringtones \
/usr/include \
+ /usr/lib/pam \
/usr/libexec \
/usr/share \
; do
diff --git a/Library/move.sh b/Library/move.sh
index abfe2ed..4a15ca7 100755
--- a/Library/move.sh
+++ b/Library/move.sh
@@ -45,7 +45,7 @@ function shift_() {
dir=${1%/}
if [[ -d ${dir} && ! -h ${dir} ]]; then
- used=$(du -bs "${dir}")
+ used=$(/usr/libexec/cydia/du -bs "${dir}")
used=${used%%$'\t'*}
free=$(df_ /var)