#!/bin/sh

if test "x$#" == "x0"
then
    /usr/bin/gnomecc --run-capplet mouse-properties
else
    /usr/bin/mouse-properties-control $@
fi

