#!/bin/bash

if [[ $1 == install || $1 == upgrade ]]; then
    /usr/libexec/cydia/move.sh /usr/lib/php
fi

exit 0