#!/sbin/sh
#
########
#  Product: VIDEOOUT
#  Fileset: VIDEOOUT
#  VIDEOOUT postinstall
#  @(#) $Revision: 1.3 $
########
# postinstall munges files in /usr/
# Look in configure for other stuff
########
#
# (c) Copyright Hewlett-Packard Company, 1995
#
########
#
# This script will:
#   - create a link for the videoout help volume file
#   - create a link for the videoout help family file
#   - run helpgen so videoout help volume can be browsed using 
#     the VUE help viewer invoked from the front panel control
#   - create symbolic links to integrate VideoOut with HPVUE
#

CWD="$SW_ROOT_DIRECTORY"
VODIR=$SW_ROOT_DIRECTORY/opt/videoout

#
# Application
#
ln -sf $VODIR/lib/X11/app-defaults/VideoOut	$CWD/usr/lib/X11/app-defaults/VideoOut > /dev/null 2>&1
ln -sf $VODIR/lib/nls/msg/C/videoout.cat	$CWD/usr/lib/nls/msg/C/videoout.cat > /dev/null 2>&1
