#!/bin/sh

if [ -e /usr/bin/xinput_calibrator_once.sh ] ; then
  if [ -e /etc/pointercal.xinput ] ; then
    /usr/bin/xinput_calibrator_once.sh
  fi
fi
