#!/bin/sh
if [ "$*" = "--versions" ]; then
  exec 0launch -gd 'http://web.telia.com/~u86012345/0install/Contacts'
elif [ "$*" = "--help" ]; then
  exec 0launch 'http://rox.sourceforge.net/2005/interfaces/AddApp' --show-help 'http://web.telia.com/~u86012345/0install/Contacts'
else
  exec 0launch 'http://web.telia.com/~u86012345/0install/Contacts' "$@"
fi