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


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

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