#!/bin/bash

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

exit 0