#!/bin/sh
#-----------------------------------------------------------------------------
# Installs a gimp plugin
# Written by Matthias Cramer (cramer@frestone.ch) 20-Jul-1997 
# This script should be located in the plug-ins scource directory of the 
# gimp distribution
#-----------------------------------------------------------------------------

 ../libtool  --mode=install /usr/bin/install -c $1 /usr/local/lib/gimp/0.99.10/plug-ins/$1
