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


# Remove gxe*.pmi files since they are in conflict with Xinside xqa files
 
if [ -f ${BASEDIR}/openwin/share/etc/devdata/svpmi/SUNW8514/gxe_43.pmi ]
then
        rm -f ${BASEDIR}/openwin/share/etc/devdata/svpmi/SUNW8514/gxe_43.pmi
        removef $PKGINST /usr/openwin/share/etc/devdata/svpmi/SUNW8514/gxe_43.pmi
        removef SUNWpmi /usr/openwin/share/etc/devdata/svpmi/SUNW8514/gxe_43.pmi
fi
 
if [ -f ${BASEDIR}/openwin/share/etc/devdata/svpmi/SUNW8514/gxe_60.pmi ]
then
        rm -f ${BASEDIR}/openwin/share/etc/devdata/svpmi/SUNW8514/gxe_60.pmi
        removef $PKGINST /usr/openwin/share/etc/devdata/svpmi/SUNW8514/gxe_60.pmi
        removef SUNWpmi /usr/openwin/share/etc/devdata/svpmi/SUNW8514/gxe_60.pmi
fi
 
if [ -f ${BASEDIR}/openwin/share/etc/devdata/svpmi/SUNW8514/gxe_70.pmi ]
then
        rm -f ${BASEDIR}/openwin/share/etc/devdata/svpmi/SUNW8514/gxe_70.pmi
        removef $PKGINST /usr/openwin/share/etc/devdata/svpmi/SUNW8514/gxe_70.pmi
        removef SUNWpmi /usr/openwin/share/etc/devdata/svpmi/SUNW8514/gxe_70.pmi
fi

removef -f $PKGINST
removef -f SUNWpmi

exit 0
