#ident	"@(#)sadmin:admin/menu/softwaremgmt/uninstall	35.1"
#	place holder until old documentation advertising "sysadm uninstall"
#	can be updated.
echo '
The command
			sysadm uninstall
is obsolete and may be removed in the future.
			sysadm removepkg
is the correct command, which will now be run for you.
'
exec /bin/sh `dirname $0`/removepkg "$@"
