#!/bin/sh

if [ ! -f /etc/pointercal ]; then
    /usr/bin/run-calibrate.sh
    
    if [ -x /etc/init.d/zaurusd ]; then
    	/etc/init.d/zaurusd stop
	/etc/init.d/zaurusd start
    fi
fi
