summaryrefslogtreecommitdiff
path: root/Library/free.sh
diff options
context:
space:
mode:
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