#!/sbin/sh
#
########
#  Product: VIDEOOUT
#  Fileset: VIDEOOUT
#  VIDEOOUT postremove
#  @(#) $Revision: 1.2 $
########
#
# (c) Copyright Hewlett-Packard Company, 1995
#
########
#
# This script will:
#   - remove symbolic links integrating VideoOut with HPVUE
#

CWD="$SW_ROOT_DIRECTORY"

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