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