#!/bin/sh

while [ ! -z $TSLIB_TSDEVICE ] && [ ! -f /etc/pointercal ]
do
   /usr/bin/xtscal
done
