#!/bin/sh

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

