#!/bin/sh

if [ -e "/opt/pos/common/bin/touch_config" ]; then
  /opt/pos/common/bin/touch_config
else
  xinput_calibrator
fi

