
# $1 - $ROOTDIR
# current directory is the patch directory
#
# do a pkgadd if SUNWcomds is not present
#
pkginfo -q -R $1 SUNWcomds
stat=$?
if [ $stat -ne 0 ]; then
  pkgadd -d payload -R $1 -a admin.quiet SUNWcomds
fi
