#!/bin/sh
# $Revision: 1.2 $
# Sun Packaging Postinstall script for Media Manager
#
# Prepend /usr/5bin to PATH on Suns to get System V behaviour from echo.
PATH=/usr/5bin:$PATH
if [ -f $INSTALL_VM_DIR/openv/volmgr/bin/vmconf ] ; then
  echo "\n\n\tThe Media Manager binaries are installed."
  echo "\tAfter reading the release notes carefully, execute"
  echo "\t\t /usr/openv/volmgr/bin/vmconf -install"
  echo "\t to initiate Media Manager.\n\n"
else
  echo "\n\n\tProblem with installation of Media Manager binaries. "
  echo "\tCheck for $INSTALL_VM_DIR/openv/volmgr/bin/vmconf."
fi
