summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2015-06-25 01:20:35 -0700
committerJay Freeman (saurik) <saurik@saurik.com>2015-06-25 01:20:35 -0700
commit98aab5ed9061436910f4210b017c6c2b3ddf1e41 (patch)
treecf304b1683fcd7a3508c29c3c9a02a48c651f726
parentbabd4efa368bd4b9d26b41d71b65c1e82e044396 (diff)
Do not stash /usr/lib/pam (just wishful thinking).
-rwxr-xr-xLibrary/free.sh1
-rw-r--r--MobileCydia.mm1
2 files changed, 0 insertions, 2 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}"
diff --git a/MobileCydia.mm b/MobileCydia.mm
index 0b8f157..0c83f52 100644
--- a/MobileCydia.mm
+++ b/MobileCydia.mm
@@ -9961,7 +9961,6 @@ _trace();
Stash_("/Library/Wallpaper");
//Stash_("/usr/bin");
Stash_("/usr/include");
- Stash_("/usr/lib/pam");
Stash_("/usr/share");
//Stash_("/var/lib");