#! /sbin/sh
####################################################################
#	$Id: postinstall,v 1.3 2001/05/11 12:49:23 dickl Exp $
# 	Copyright (c) Digi, Digi International Inc.
#
#	Post-installation script for Digi Port Authority - Remote
#	Copyright (c) 1988-2001 Digi International Inc.
#
#	For HP-UX 10.X & 11.X
#
#	NOTE: It is expected that the swinstall program will call this
#             script after the fileset has been copied to the system.
#				
####################################################################

PATH=$SW_PATH
export PATH

cd /opt/dg
uncompress sme.tar.Z
tar xvf sme.tar
compress sme.tar
uncompress tcl-tk8.3.2.tar.Z
tar xvf tcl-tk8.3.2.tar
compress tcl-tk8.3.2.tar

ln -s /opt/dg/sme/dparemote /usr/bin/dparemote
ln -s /opt/dg/sme/management/docs/dparemote.8 /usr/share/man/man8/dparemote.8

exit 0
