#!/bin/sh
# Copyright 2002 AppIQ, Inc. AppIQ Proprietary All Rights Reserved.
#
#ident  "@(#)postremove"

#!/bin/sh
# Copyright 2002 AppIQ, Inc. AppIQ Proprietary All Rights Reserved.
#
#ident  "@(#)postinstall"
basedir=`pkgparam APPQcime BASEDIR`/APPQcime

rm -f   /etc/init.d/appqcime
rm -f   /etc/rc3.d/S99appqcime
rm -f   /etc/rc2.d/K99appqcime

exit 0
