#
# Copyright (c) 1994 Sun Microsystems
#
# postinstall script for SUNWxwpls package.
#
 

cd ${BASEDIR}/openwin/share/etc/devdata/SUNWaccel/boards

if [ ! -d Ati ]
then
	ln -s ati Ati
fi
 
if [ ! -d Ibm ]
then
	ln -s ibm Ibm
fi

if [ ! -d Stb ]
then
        ln -s stb Stb
fi

if [ ! -d Miro ]
then
        ln -s miro Miro
fi

exit 0
