#!/bin/sh
#
# postinstall: Special for patch -- install the file
# locking/sharing driver.
#
#
#
# MAIN
#

#
# Define system BASEDIR
#
SYSBASEDIR=`echo ${BASEDIR} | awk -F// '{ print $2 }'`
if [ "$SYSBASEDIR" = "a" ]
then
     SYSBASEDIR="/a"
else
     SYSBASEDIR=""
fi

#
# Load the Wabi file locking/sharing driver.
#
echo "Installing file sharing/locking driver."
$BASEDIR/$PKG/drvr/wabiload

#
