diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2015-06-25 01:20:35 -0700 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2015-06-25 01:20:35 -0700 |
commit | 98aab5ed9061436910f4210b017c6c2b3ddf1e41 (patch) | |
tree | cf304b1683fcd7a3508c29c3c9a02a48c651f726 /Library | |
parent | babd4efa368bd4b9d26b41d71b65c1e82e044396 (diff) |
Do not stash /usr/lib/pam (just wishful thinking).
Diffstat (limited to 'Library')
-rwxr-xr-x | Library/free.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/free.sh b/Library/free.sh index 0fbcd88..5a9082c 100755 --- a/Library/free.sh +++ b/Library/free.sh @@ -7,7 +7,6 @@ for dir in \ /Library/Wallpaper \ /Library/Ringtones \ /usr/include \ - /usr/lib/pam \ /usr/share \ ; do . /usr/libexec/cydia/move.sh "$@" "${dir}" |