]> git.saurik.com Git - cydia.git/commitdiff
Remove support for PwnageTool's bundle/Info.plist.
authorJay Freeman (saurik) <saurik@saurik.com>
Thu, 25 Jun 2015 08:17:51 +0000 (01:17 -0700)
committerJay Freeman (saurik) <saurik@saurik.com>
Thu, 25 Jun 2015 08:17:51 +0000 (01:17 -0700)
Library/space.sh [deleted file]

diff --git a/Library/space.sh b/Library/space.sh
deleted file mode 100755 (executable)
index 3be1f0d..0000000
+++ /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