#!/bin/sh

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

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

exec ekiga "$@"
