; Install new ImageFX modules to your current ImageFX:
; assignment.  If ImageFX does not reside at this assignment
; or you don't have this assignment, the installation will
; have to be done by hand.

Echo "ImageFX Module Update Installation"
Echo ""
Echo "This script will install updated modules into your current"
Echo "ImageFX system.  This script depends on your having made"
Echo "an IMAGEFX: assign to the directory where your copy of ImageFX"
Echo "resides (if you used the default installation process, you"
Echo "should have)."
Echo ""
Ask  "Continue (y/N)?"

If WARN

   Copy modules ImageFX:modules all
   Copy hooks   ImageFX:hooks all
   Echo "Installation complete."

Else

   Echo "Installation aborted."

EndIf
