1#!/bin/sh
2
3. /etc/formfactor/config
4
5if [ "$HAVE_TOUCHSCREEN" = "1" ]; then
6	/usr/bin/xinput_calibrator_once.sh
7fi
8