#!/bin/sh
# Installation script for PLIB
# Copyright (C) 2008 by Peter A. Donis

# This script runs the setup.py install script for PLIB and then
# runs the PLIB post-install scripts

python setup.py install $@
echo Running post-install scripts...
plib-setup-gui
plib-setup-examples
