summaryrefslogtreecommitdiff
path: root/Library
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2015-06-25 01:17:51 -0700
committerJay Freeman (saurik) <saurik@saurik.com>2015-06-25 01:17:51 -0700
commitbabd4efa368bd4b9d26b41d71b65c1e82e044396 (patch)
treefd606c097cc021b59178f430e7db15479fad0336 /Library
parent34ac1598a763feb8ced405bb834e85d7da33a6e6 (diff)
Remove support for PwnageTool's bundle/Info.plist.
Diffstat (limited to 'Library')
-rwxr-xr-xLibrary/space.sh12
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