summaryrefslogtreecommitdiff
path: root/Library
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2009-05-05 05:44:41 +0000
committerJay Freeman (saurik) <saurik@saurik.com>2010-09-30 07:13:14 +0000
commit6204f56a7d810316e2b93ef0214ca1c931c4c889 (patch)
treecac72979161b48741c4df804bf6f5aab5d91781e /Library
parent20cb1497dc6be5c6f6af8fd79a04ec8aed24df48 (diff)
Various awesome upgrades.
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)