#!/bin/sh

zenity --info --text="GnomeMeeting has been superseded by Ekiga.

Please update your configuration to launch ekiga-config-tool instead of gnomemeeting-config-tool.
"

exec ekiga-config-tool "$@"
