diff options
Diffstat (limited to 'Library/space.sh')
-rwxr-xr-x | Library/space.sh | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/Library/space.sh b/Library/space.sh deleted file mode 100755 index 3be1f0d..0000000 --- a/Library/space.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/bash - -for dir in \ - /Applications \ - /Library/Ringtones \ - /Library/Wallpaper \ - /System/Library/Fonts \ - /System/Library/TextInput \ - /usr/share -do - . /usr/libexec/cydia/move.sh "$@" "${dir}" -done |