summaryrefslogtreecommitdiff
path: root/Library/free.sh
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2008-07-25 11:10:44 +0000
committerJay Freeman (saurik) <saurik@saurik.com>2010-09-30 07:08:12 +0000
commit6d9712c40c02cdae090ecfc58a8a669df03ef467 (patch)
treeddd66e27647327b9f6d2a718a5ec686d42159463 /Library/free.sh
parentc4ce98df82d3ed1c8f40dbb7cd10664218c87599 (diff)
The return of Reorganizing, a ton of graphical enhancements, and section filters.
Diffstat (limited to 'Library/free.sh')
-rwxr-xr-xLibrary/free.sh6
1 files changed, 5 insertions, 1 deletions
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