#!/bin/sh -e

if test /usr/share/applications/gnome-credentials-panel.desktop
then
    gnome-control-center credentials $@
else
    credentials-preferences $@
fi
