#!/bin/sh

if [ ! -f /etc/pointercal ] && [ ! -z "$TSLIB_TSDEVICE" ]; then
    /usr/bin/xtscal
fi

