#!/bin/sh

test -x /usr/bin/changetrack || exit 0

DEFAULTS=/etc/default/changetrack
test -r $DEFAULTS && . $DEFAULTS

/usr/bin/changetrack $PARAMS

