1 2 3 4 5 6 7
#!/bin/bash if [[ $1 == install || $1 == upgrade ]]; then /usr/libexec/cydia/move.sh /usr/lib/pam fi exit 0