#!/bin/sh
if test -f "$HOME/.purple/accounts.xml"; then
    exec pidgin
fi
