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


# Restore gxe*.pmi in the contents files. These files are expected to be put
# back by backoutpatch script. However backoutpatch script does not re-create
# these entries in contents file

touch ${BASEDIR}/openwin/share/etc/devdata/svpmi/SUNW8514/gxe_43.pmi
chmod 0664 ${BASEDIR}/openwin/share/etc/devdata/svpmi/SUNW8514/gxe_43.pmi
chgrp bin ${BASEDIR}/openwin/share/etc/devdata/svpmi/SUNW8514/gxe_43.pmi
 
touch ${BASEDIR}/openwin/share/etc/devdata/svpmi/SUNW8514/gxe_60.pmi
chmod 0664 ${BASEDIR}/openwin/share/etc/devdata/svpmi/SUNW8514/gxe_60.pmi
chgrp bin ${BASEDIR}/openwin/share/etc/devdata/svpmi/SUNW8514/gxe_60.pmi
 
touch ${BASEDIR}/openwin/share/etc/devdata/svpmi/SUNW8514/gxe_70.pmi
chmod 0664 ${BASEDIR}/openwin/share/etc/devdata/svpmi/SUNW8514/gxe_70.pmi
chgrp bin ${BASEDIR}/openwin/share/etc/devdata/svpmi/SUNW8514/gxe_70.pmi
 
installf SUNWpmi /usr/openwin/share/etc/devdata/svpmi/SUNW8514/gxe_43.pmi f 0664 root bin
installf SUNWpmi /usr/openwin/share/etc/devdata/svpmi/SUNW8514/gxe_60.pmi f 0664 root bin
installf SUNWpmi /usr/openwin/share/etc/devdata/svpmi/SUNW8514/gxe_70.pmi f 0664 root bin

installf -f SUNWpmi

exit 0
