#!/bin/sh

if [ ! -f /etc/pointercal ]; then
    /usr/bin/xtscal
fi

