diff options
Diffstat (limited to 'Library/free.sh')
-rwxr-xr-x | Library/free.sh | 6 |
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 |