#!/bin/sh
if [ -z "$1" ];then
	echo Please call this with some arguments.
	exit 1
fi
if [ $1 = configure ];then
        /usr/lib/netscape/base-4/check_rvpl
        /usr/lib/netscape/base-4/register_netscape
elif [ $1 = abort-upgrade ];then
	:
elif [ $1 = abort-remove ];then
	:
elif [ $1 = abort-deconfigure ];then
	:
fi

#DEBHELPER#
