#!/bin/sh

# all done with the install, just a few things left to do.
#
# we presume /usr/local/bin is in your path now
# no need to clutter your .profile further


# see the postinstall for the why of this bit..

sudo chown root:admin /usr/local/bin/*
sudo chmod 775 /usr/local/bin/*

# if you don't like my gung-ho style, stop installing my packages!
# ;o)
