#! /bin/sh
# @(#) postremove 97/07/29 7.1.3.2       97/07/31     Copyright 1993,94,95,96 Performance Technologies, Inc.

# Postremove script for PTIptisp

# see the preinstall script for comments explaining what is going
# on here with respect to the 2.[345] stuff.

#minor_rev=`uname -r | awk -F. '{print $2}'` || exit 2

#if [ $minor_rev -le 3 ]; then
	# blow away dummy file created by preremove script
	# to make pkgadd happy
#	rm -f /etc/driver_classes || exit 2
#else
	# blow away dummy file created by preremove script
	# to make pkgadd happy
#	rm -f /kernel/drv/classes || exit 2
#fi

exit 0
