]> git.saurik.com Git - cydia.git/commitdiff
OMG, I forgot a file.
authorJay Freeman (saurik) <saurik@saurik.com>
Sun, 20 Jul 2008 14:32:41 +0000 (14:32 +0000)
committerJay Freeman (saurik) <saurik@saurik.com>
Thu, 30 Sep 2010 07:08:11 +0000 (07:08 +0000)
Library/free.sh [new file with mode: 0755]

diff --git a/Library/free.sh b/Library/free.sh
new file mode 100755 (executable)
index 0000000..b18b9fd
--- /dev/null
@@ -0,0 +1,10 @@
+#!/bin/bash
+
+for dir in \
+    /usr/share \
+    /Applications \
+    /Library/Wallpaper \
+    /Library/Ringtones \
+; do
+    . /usr/libexec/cydia/move.sh "$@" "${dir}"
+done