#!/bin/sh
#
echo ""
echo "## Executing SUNWx25a PATCH postinstall script"

# create directory to hold pseudo-terminals
if [ ! -d /dev/Xty ]; then
        mkdir /dev/Xty
fi
#

echo ""
#
