#!/bin/ksh
#
# Copyright(c)  2000 Sun Microsystems, Inc.
# All Rights Reserved.
#
#ident  "@(#)sample_preremove		1.1	00/02/07	SMI"
#
# Preremove script
#

basepath=$(/bin/pkginfo -r SUNWvts)

echo "Processing 32 bit binaries..."
cd $basepath/opt/SUNWvts/bin
$basepath/opt/SUNWvts/bin/testrm nvtest


