#!/bin/sh
#
# getInstallLib - Get the lib path used to install app library files
#

APP_NAME=`getAppName`

echo "/usr/local/lib/$APP_NAME"

