1#!/bin/sh
2
3if [ -e /dev/input/touchscreen0 ]; then
4    TSLIB_TSDEVICE=/dev/input/touchscreen0
5
6    export TSLIB_TSDEVICE
7fi
8
9