I think /usr/local/share/texmf is one of the default locations for local packages. You can find all the directories in the default search path by using the kpsewhich command at a shell prompt:
Code:
kpsewhich -var-value=TEXMF
You have to run texhash after installing the local packages, of course.