#!/bin/sh
# preinstall script for SUNWceudt
# to set up correct environment

#PKG=SUNWceudt
pl_dir=dt/appconfig/types/pl_PL.ISO8859-2

if [ -h ${BASEDIR}/dt/appconfig/types/de.ISO8859-15.sav ]; then
      echo "/usr/dt/appconfig/types/de.ISO8859-15.sav is redundant"
      unlink ${BASEDIR}/dt/appconfig/types/de.ISO8859-15.sav
fi

#rm -f ${BASEDIR}/${pl_dir}

exit 0
