#!/bin/sh

if [ ! -f /etc/pointercal ]; then
    /usr/bin/run-calibrate.sh
fi
